aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/split_13x21x3_i32_split3_axis1')
-rw-r--r--frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/Conformance-TosaOutput_0.json8
-rw-r--r--frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/desc.json23
-rw-r--r--frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/model-tflite.json433
-rw-r--r--frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/placeholder_0.json1396
-rw-r--r--frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/test_split_13x21x3_i32_split3_axis1.json467
5 files changed, 2327 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/Conformance-TosaOutput_0.json b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/Conformance-TosaOutput_0.json
new file mode 100644
index 000000000..44d57b663
--- /dev/null
+++ b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/Conformance-TosaOutput_0.json
@@ -0,0 +1,8 @@
+{
+ "type": "int32",
+ "data": [
+ -139,
+ 153,
+ 978
+ ]
+} \ No newline at end of file
diff --git a/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/desc.json b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/desc.json
new file mode 100644
index 000000000..2e53e88ba
--- /dev/null
+++ b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/desc.json
@@ -0,0 +1,23 @@
+{
+ "tosa_file": "test_split_13x21x3_i32_split3_axis1.json",
+ "ifm_name": [
+ "TosaInput_0"
+ ],
+ "ifm_file": [
+ "placeholder_0.npy"
+ ],
+ "ofm_name": [
+ "TosaOutput_0"
+ ],
+ "ofm_file": [
+ "output_0.npy"
+ ],
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-TosaOutput_0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/model-tflite.json b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/model-tflite.json
new file mode 100644
index 000000000..732156056
--- /dev/null
+++ b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/model-tflite.json
@@ -0,0 +1,433 @@
+{
+ version: 3,
+ operator_codes: [
+ {
+ deprecated_builtin_code: 49,
+ version: 3,
+ builtin_code: "SPLIT"
+ },
+ {
+ deprecated_builtin_code: 74,
+ version: 1,
+ builtin_code: "SUM"
+ },
+ {
+ deprecated_builtin_code: 83,
+ version: 1,
+ builtin_code: "PACK"
+ }
+ ],
+ subgraphs: [
+ {
+ tensors: [
+ {
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ buffer: 1,
+ name: "serving_default_placeholder_0:0",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 3
+ ],
+ type: "INT32",
+ buffer: 2,
+ name: "Const",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+
+ ],
+ type: "INT32",
+ buffer: 3,
+ name: "split/split_dim",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 13,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ buffer: 4,
+ name: "split",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 13,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ buffer: 5,
+ name: "split1",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 13,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ buffer: 6,
+ name: "split2",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+
+ ],
+ type: "INT32",
+ buffer: 7,
+ name: "reduce_0",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+
+ ],
+ type: "INT32",
+ buffer: 8,
+ name: "reduce_1",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+
+ ],
+ type: "INT32",
+ buffer: 9,
+ name: "reduce_2",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ },
+ {
+ shape: [
+ 3
+ ],
+ type: "INT32",
+ buffer: 10,
+ name: "PartitionedCall:0",
+ quantization: {
+ details_type: "NONE",
+ quantized_dimension: 0
+ },
+ is_variable: false
+ }
+ ],
+ inputs: [
+ 0
+ ],
+ outputs: [
+ 9
+ ],
+ operators: [
+ {
+ opcode_index: 0,
+ inputs: [
+ 2,
+ 0
+ ],
+ outputs: [
+ 3,
+ 4,
+ 5
+ ],
+ builtin_options_type: "SplitOptions",
+ builtin_options: {
+ num_splits: 3
+ },
+ custom_options_format: "FLEXBUFFERS"
+ },
+ {
+ opcode_index: 1,
+ inputs: [
+ 3,
+ 1
+ ],
+ outputs: [
+ 6
+ ],
+ builtin_options_type: "ReducerOptions",
+ builtin_options: {
+ keep_dims: false
+ },
+ custom_options_format: "FLEXBUFFERS"
+ },
+ {
+ opcode_index: 1,
+ inputs: [
+ 4,
+ 1
+ ],
+ outputs: [
+ 7
+ ],
+ builtin_options_type: "ReducerOptions",
+ builtin_options: {
+ keep_dims: false
+ },
+ custom_options_format: "FLEXBUFFERS"
+ },
+ {
+ opcode_index: 1,
+ inputs: [
+ 5,
+ 1
+ ],
+ outputs: [
+ 8
+ ],
+ builtin_options_type: "ReducerOptions",
+ builtin_options: {
+ keep_dims: false
+ },
+ custom_options_format: "FLEXBUFFERS"
+ },
+ {
+ opcode_index: 2,
+ inputs: [
+ 6,
+ 7,
+ 8
+ ],
+ outputs: [
+ 9
+ ],
+ builtin_options_type: "PackOptions",
+ builtin_options: {
+ values_count: 3,
+ axis: 0
+ },
+ custom_options_format: "FLEXBUFFERS"
+ }
+ ],
+ name: "main"
+ }
+ ],
+ description: "MLIR Converted.",
+ buffers: [
+ {
+ },
+ {
+ },
+ {
+ data: [
+ 0,
+ 0,
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ data: [
+ 1,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ },
+ {
+ data: [
+ 49,
+ 46,
+ 49,
+ 52,
+ 46,
+ 48,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ data: [
+ 12,
+ 0,
+ 0,
+ 0,
+ 8,
+ 0,
+ 14,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 8,
+ 0,
+ 0,
+ 0,
+ 16,
+ 0,
+ 0,
+ 0,
+ 36,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 6,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 10,
+ 0,
+ 16,
+ 0,
+ 12,
+ 0,
+ 8,
+ 0,
+ 4,
+ 0,
+ 10,
+ 0,
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 6,
+ 0,
+ 0,
+ 0,
+ 50,
+ 46,
+ 49,
+ 49,
+ 46,
+ 48,
+ 0,
+ 0
+ ]
+ }
+ ],
+ metadata: [
+ {
+ name: "min_runtime_version",
+ buffer: 11
+ },
+ {
+ name: "CONVERSION_METADATA",
+ buffer: 12
+ }
+ ],
+ signature_defs: [
+ {
+ inputs: [
+ {
+ name: "placeholder_0",
+ tensor_index: 0
+ }
+ ],
+ outputs: [
+ {
+ name: "output_0",
+ tensor_index: 9
+ }
+ ],
+ method_name: "serving_default",
+ subgraph_index: 0
+ }
+ ]
+}
diff --git a/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/placeholder_0.json b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/placeholder_0.json
new file mode 100644
index 000000000..a4e56583e
--- /dev/null
+++ b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/placeholder_0.json
@@ -0,0 +1,1396 @@
+{
+ "type": "int32",
+ "data": [
+ [
+ [
+ 96,
+ -126,
+ 61
+ ],
+ [
+ 15,
+ -78,
+ 53
+ ],
+ [
+ 99,
+ -55,
+ 16
+ ],
+ [
+ -101,
+ 54,
+ 81
+ ],
+ [
+ 117,
+ 23,
+ 68
+ ],
+ [
+ -20,
+ 100,
+ -88
+ ],
+ [
+ 91,
+ 3,
+ 47
+ ],
+ [
+ 64,
+ -63,
+ -40
+ ],
+ [
+ -93,
+ -101,
+ 63
+ ],
+ [
+ -68,
+ -84,
+ -86
+ ],
+ [
+ 23,
+ -67,
+ 6
+ ],
+ [
+ -50,
+ 59,
+ -42
+ ],
+ [
+ 119,
+ 29,
+ 34
+ ],
+ [
+ -20,
+ 126,
+ -117
+ ],
+ [
+ -2,
+ -39,
+ -51
+ ],
+ [
+ -105,
+ 28,
+ 11
+ ],
+ [
+ 36,
+ 127,
+ -59
+ ],
+ [
+ -101,
+ -28,
+ -84
+ ],
+ [
+ 0,
+ -90,
+ 77
+ ],
+ [
+ -5,
+ -33,
+ 26
+ ],
+ [
+ -100,
+ 79,
+ -20
+ ]
+ ],
+ [
+ [
+ -60,
+ 15,
+ -55
+ ],
+ [
+ 5,
+ 52,
+ 80
+ ],
+ [
+ -5,
+ -78,
+ 56
+ ],
+ [
+ 41,
+ 125,
+ -14
+ ],
+ [
+ 70,
+ 122,
+ 45
+ ],
+ [
+ -54,
+ -34,
+ -124
+ ],
+ [
+ 34,
+ -16,
+ -45
+ ],
+ [
+ 83,
+ 121,
+ -99
+ ],
+ [
+ -83,
+ 25,
+ 100
+ ],
+ [
+ -103,
+ -108,
+ 92
+ ],
+ [
+ -22,
+ -52,
+ 17
+ ],
+ [
+ 103,
+ -54,
+ -6
+ ],
+ [
+ -60,
+ 4,
+ 34
+ ],
+ [
+ -103,
+ 125,
+ -54
+ ],
+ [
+ -64,
+ 39,
+ -61
+ ],
+ [
+ 44,
+ 63,
+ -81
+ ],
+ [
+ 8,
+ -17,
+ -105
+ ],
+ [
+ 48,
+ 73,
+ 34
+ ],
+ [
+ 44,
+ -68,
+ -123
+ ],
+ [
+ 42,
+ 104,
+ -104
+ ],
+ [
+ -12,
+ -7,
+ -27
+ ]
+ ],
+ [
+ [
+ -18,
+ -81,
+ -75
+ ],
+ [
+ -45,
+ 120,
+ 92
+ ],
+ [
+ 31,
+ -19,
+ -112
+ ],
+ [
+ 67,
+ 87,
+ 68
+ ],
+ [
+ -99,
+ -50,
+ -1
+ ],
+ [
+ 114,
+ -52,
+ -74
+ ],
+ [
+ 60,
+ 2,
+ -53
+ ],
+ [
+ 119,
+ 49,
+ -15
+ ],
+ [
+ 31,
+ 58,
+ -31
+ ],
+ [
+ -80,
+ -101,
+ 80
+ ],
+ [
+ 67,
+ -118,
+ -21
+ ],
+ [
+ 17,
+ 0,
+ -1
+ ],
+ [
+ -56,
+ 0,
+ -111
+ ],
+ [
+ 16,
+ 126,
+ -48
+ ],
+ [
+ 52,
+ 47,
+ 38
+ ],
+ [
+ 126,
+ -43,
+ -95
+ ],
+ [
+ -32,
+ -36,
+ -49
+ ],
+ [
+ 111,
+ -62,
+ 27
+ ],
+ [
+ -82,
+ 120,
+ -78
+ ],
+ [
+ -24,
+ 61,
+ 98
+ ],
+ [
+ 111,
+ -123,
+ -37
+ ]
+ ],
+ [
+ [
+ 59,
+ -16,
+ 84
+ ],
+ [
+ -78,
+ -119,
+ 71
+ ],
+ [
+ 11,
+ -6,
+ 55
+ ],
+ [
+ 15,
+ -66,
+ -6
+ ],
+ [
+ -114,
+ 49,
+ -84
+ ],
+ [
+ 14,
+ -33,
+ 102
+ ],
+ [
+ -79,
+ 30,
+ 30
+ ],
+ [
+ 6,
+ 92,
+ -35
+ ],
+ [
+ -57,
+ -39,
+ 19
+ ],
+ [
+ 74,
+ 115,
+ -62
+ ],
+ [
+ 123,
+ -115,
+ 96
+ ],
+ [
+ -123,
+ -7,
+ 47
+ ],
+ [
+ -67,
+ 52,
+ 13
+ ],
+ [
+ -26,
+ 94,
+ 47
+ ],
+ [
+ 56,
+ -73,
+ 103
+ ],
+ [
+ 113,
+ 120,
+ -19
+ ],
+ [
+ -50,
+ 105,
+ -32
+ ],
+ [
+ -49,
+ 50,
+ -124
+ ],
+ [
+ 13,
+ 44,
+ -100
+ ],
+ [
+ 104,
+ -110,
+ 119
+ ],
+ [
+ 18,
+ 9,
+ -8
+ ]
+ ],
+ [
+ [
+ 83,
+ -75,
+ 26
+ ],
+ [
+ 35,
+ -104,
+ 103
+ ],
+ [
+ 86,
+ -72,
+ 90
+ ],
+ [
+ -46,
+ -60,
+ -11
+ ],
+ [
+ 80,
+ 101,
+ -18
+ ],
+ [
+ -74,
+ -58,
+ -125
+ ],
+ [
+ 23,
+ -110,
+ 7
+ ],
+ [
+ 26,
+ 64,
+ 87
+ ],
+ [
+ -120,
+ 94,
+ -95
+ ],
+ [
+ 85,
+ 73,
+ 40
+ ],
+ [
+ -118,
+ 98,
+ 0
+ ],
+ [
+ -112,
+ -119,
+ 50
+ ],
+ [
+ 20,
+ -105,
+ -113
+ ],
+ [
+ 106,
+ -44,
+ -77
+ ],
+ [
+ -120,
+ -85,
+ 107
+ ],
+ [
+ -104,
+ 50,
+ -121
+ ],
+ [
+ -75,
+ -50,
+ -87
+ ],
+ [
+ 31,
+ 71,
+ 87
+ ],
+ [
+ 103,
+ 44,
+ -88
+ ],
+ [
+ -70,
+ -97,
+ 88
+ ],
+ [
+ -43,
+ 93,
+ 62
+ ]
+ ],
+ [
+ [
+ -104,
+ 55,
+ -40
+ ],
+ [
+ -53,
+ -17,
+ 115
+ ],
+ [
+ 27,
+ 118,
+ -34
+ ],
+ [
+ 82,
+ 17,
+ -67
+ ],
+ [
+ -110,
+ 97,
+ -128
+ ],
+ [
+ 37,
+ 94,
+ 28
+ ],
+ [
+ 76,
+ 85,
+ 99
+ ],
+ [
+ -71,
+ 97,
+ -15
+ ],
+ [
+ 109,
+ 85,
+ -9
+ ],
+ [
+ -121,
+ -13,
+ -2
+ ],
+ [
+ -77,
+ -72,
+ 13
+ ],
+ [
+ 74,
+ 31,
+ 45
+ ],
+ [
+ -95,
+ -63,
+ -108
+ ],
+ [
+ 124,
+ -119,
+ -90
+ ],
+ [
+ 44,
+ 81,
+ -108
+ ],
+ [
+ 68,
+ 75,
+ -33
+ ],
+ [
+ 92,
+ 72,
+ -29
+ ],
+ [
+ -107,
+ -113,
+ -11
+ ],
+ [
+ 113,
+ 55,
+ -98
+ ],
+ [
+ -106,
+ 86,
+ -101
+ ],
+ [
+ -34,
+ -120,
+ -52
+ ]
+ ],
+ [
+ [
+ -71,
+ 15,
+ -54
+ ],
+ [
+ -53,
+ -103,
+ 75
+ ],
+ [
+ 120,
+ 36,
+ -47
+ ],
+ [
+ 26,
+ 75,
+ 44
+ ],
+ [
+ -76,
+ 5,
+ 5
+ ],
+ [
+ 46,
+ -68,
+ 72
+ ],
+ [
+ -21,
+ 79,
+ -82
+ ],
+ [
+ 89,
+ -39,
+ 71
+ ],
+ [
+ -98,
+ 94,
+ 74
+ ],
+ [
+ -122,
+ -23,
+ -78
+ ],
+ [
+ -85,
+ 42,
+ 74
+ ],
+ [
+ -100,
+ 60,
+ 43
+ ],
+ [
+ 47,
+ -24,
+ 77
+ ],
+ [
+ 81,
+ -87,
+ 99
+ ],
+ [
+ 104,
+ 121,
+ 0
+ ],
+ [
+ -107,
+ 114,
+ 45
+ ],
+ [
+ -113,
+ 31,
+ 101
+ ],
+ [
+ -111,
+ 16,
+ -71
+ ],
+ [
+ 123,
+ 82,
+ -95
+ ],
+ [
+ 49,
+ 99,
+ -8
+ ],
+ [
+ 71,
+ -119,
+ -115
+ ]
+ ],
+ [
+ [
+ -59,
+ -106,
+ 111
+ ],
+ [
+ 5,
+ 125,
+ 112
+ ],
+ [
+ 118,
+ -116,
+ 93
+ ],
+ [
+ -99,
+ -96,
+ -17
+ ],
+ [
+ -78,
+ -58,
+ -123
+ ],
+ [
+ 49,
+ 51,
+ -58
+ ],
+ [
+ -112,
+ -24,
+ -13
+ ],
+ [
+ -20,
+ 92,
+ 69
+ ],
+ [
+ -46,
+ 95,
+ -2
+ ],
+ [
+ -125,
+ 58,
+ -18
+ ],
+ [
+ -35,
+ 117,
+ -70
+ ],
+ [
+ 70,
+ -81,
+ -74
+ ],
+ [
+ 35,
+ -24,
+ 123
+ ],
+ [
+ 104,
+ 86,
+ -35
+ ],
+ [
+ -72,
+ -14,
+ -21
+ ],
+ [
+ 62,
+ -19,
+ 82
+ ],
+ [
+ -126,
+ 118,
+ -10
+ ],
+ [
+ 70,
+ -90,
+ -33
+ ],
+ [
+ 6,
+ 76,
+ -123
+ ],
+ [
+ 126,
+ 109,
+ -62
+ ],
+ [
+ -127,
+ -126,
+ 59
+ ]
+ ],
+ [
+ [
+ -68,
+ 4,
+ -32
+ ],
+ [
+ -58,
+ 100,
+ 119
+ ],
+ [
+ -124,
+ -8,
+ 17
+ ],
+ [
+ 25,
+ 67,
+ 93
+ ],
+ [
+ -89,
+ 3,
+ -54
+ ],
+ [
+ 68,
+ -33,
+ 94
+ ],
+ [
+ -95,
+ -10,
+ 58
+ ],
+ [
+ -118,
+ -15,
+ 101
+ ],
+ [
+ 38,
+ 36,
+ -41
+ ],
+ [
+ -22,
+ -88,
+ -13
+ ],
+ [
+ -65,
+ -46,
+ 5
+ ],
+ [
+ 24,
+ -78,
+ 30
+ ],
+ [
+ 116,
+ -40,
+ 101
+ ],
+ [
+ 93,
+ -18,
+ 123
+ ],
+ [
+ 56,
+ -19,
+ -27
+ ],
+ [
+ -50,
+ 19,
+ 107
+ ],
+ [
+ 93,
+ -34,
+ 112
+ ],
+ [
+ 32,
+ -100,
+ -71
+ ],
+ [
+ 59,
+ -59,
+ 110
+ ],
+ [
+ 57,
+ -55,
+ -89
+ ],
+ [
+ 73,
+ 1,
+ 107
+ ]
+ ],
+ [
+ [
+ 0,
+ -61,
+ -53
+ ],
+ [
+ -100,
+ 43,
+ -67
+ ],
+ [
+ -53,
+ 29,
+ 19
+ ],
+ [
+ -92,
+ -14,
+ 115
+ ],
+ [
+ -97,
+ 7,
+ -84
+ ],
+ [
+ -96,
+ 2,
+ -29
+ ],
+ [
+ -39,
+ 80,
+ 113
+ ],
+ [
+ 103,
+ -89,
+ -17
+ ],
+ [
+ -15,
+ 3,
+ 17
+ ],
+ [
+ -68,
+ 91,
+ 0
+ ],
+ [
+ -64,
+ -19,
+ -122
+ ],
+ [
+ -100,
+ 41,
+ -5
+ ],
+ [
+ -68,
+ -37,
+ -84
+ ],
+ [
+ -41,
+ 119,
+ 19
+ ],
+ [
+ -77,
+ 84,
+ 30
+ ],
+ [
+ -1,
+ 58,
+ -28
+ ],
+ [
+ -64,
+ 72,
+ 79
+ ],
+ [
+ 87,
+ -115,
+ -121
+ ],
+ [
+ -107,
+ 91,
+ -16
+ ],
+ [
+ -79,
+ 90,
+ 79
+ ],
+ [
+ 119,
+ -23,
+ 23
+ ]
+ ],
+ [
+ [
+ -47,
+ -106,
+ -123
+ ],
+ [
+ 101,
+ -55,
+ 97
+ ],
+ [
+ -5,
+ -101,
+ 3
+ ],
+ [
+ 0,
+ -97,
+ -109
+ ],
+ [
+ 4,
+ -87,
+ -88
+ ],
+ [
+ 113,
+ 64,
+ 89
+ ],
+ [
+ 97,
+ -69,
+ -5
+ ],
+ [
+ 114,
+ 7,
+ 122
+ ],
+ [
+ -95,
+ 28,
+ -109
+ ],
+ [
+ -13,
+ 88,
+ -5
+ ],
+ [
+ 86,
+ -29,
+ 41
+ ],
+ [
+ 109,
+ -22,
+ -64
+ ],
+ [
+ -15,
+ 22,
+ -89
+ ],
+ [
+ 15,
+ 13,
+ -24
+ ],
+ [
+ 65,
+ -44,
+ 103
+ ],
+ [
+ -54,
+ -14,
+ 71
+ ],
+ [
+ -92,
+ 85,
+ 24
+ ],
+ [
+ 126,
+ 17,
+ 104
+ ],
+ [
+ 54,
+ -32,
+ -49
+ ],
+ [
+ -77,
+ 93,
+ 79
+ ],
+ [
+ 37,
+ -18,
+ 9
+ ]
+ ],
+ [
+ [
+ 58,
+ 73,
+ -55
+ ],
+ [
+ 105,
+ 91,
+ 61
+ ],
+ [
+ -101,
+ 50,
+ -1
+ ],
+ [
+ 115,
+ 82,
+ -48
+ ],
+ [
+ -32,
+ 48,
+ -114
+ ],
+ [
+ -15,
+ -108,
+ -106
+ ],
+ [
+ -36,
+ 64,
+ -5
+ ],
+ [
+ -93,
+ -52,
+ -68
+ ],
+ [
+ 32,
+ 29,
+ -43
+ ],
+ [
+ 127,
+ -84,
+ 7
+ ],
+ [
+ -7,
+ -46,
+ 123
+ ],
+ [
+ 74,
+ -67,
+ 79
+ ],
+ [
+ -28,
+ 93,
+ 25
+ ],
+ [
+ -11,
+ -18,
+ 10
+ ],
+ [
+ 115,
+ 28,
+ 2
+ ],
+ [
+ -25,
+ 43,
+ 27
+ ],
+ [
+ -43,
+ 75,
+ 107
+ ],
+ [
+ 119,
+ -22,
+ 93
+ ],
+ [
+ -54,
+ 34,
+ -37
+ ],
+ [
+ -19,
+ 52,
+ 15
+ ],
+ [
+ -10,
+ 8,
+ 52
+ ]
+ ],
+ [
+ [
+ 61,
+ -88,
+ 103
+ ],
+ [
+ -111,
+ 118,
+ 97
+ ],
+ [
+ -86,
+ 98,
+ -76
+ ],
+ [
+ -119,
+ 93,
+ -46
+ ],
+ [
+ -63,
+ -18,
+ -29
+ ],
+ [
+ -11,
+ -78,
+ 69
+ ],
+ [
+ 73,
+ -8,
+ -103
+ ],
+ [
+ 36,
+ -73,
+ -15
+ ],
+ [
+ 98,
+ 116,
+ 53
+ ],
+ [
+ -55,
+ -125,
+ -62
+ ],
+ [
+ -41,
+ -97,
+ 19
+ ],
+ [
+ 120,
+ -1,
+ -15
+ ],
+ [
+ 17,
+ 31,
+ -123
+ ],
+ [
+ 71,
+ 126,
+ 67
+ ],
+ [
+ 50,
+ -100,
+ 35
+ ],
+ [
+ 72,
+ 79,
+ 48
+ ],
+ [
+ -19,
+ 93,
+ -95
+ ],
+ [
+ -31,
+ -73,
+ 18
+ ],
+ [
+ -118,
+ -12,
+ 50
+ ],
+ [
+ -57,
+ -37,
+ -15
+ ],
+ [
+ -32,
+ 18,
+ -34
+ ]
+ ]
+ ]
+} \ No newline at end of file
diff --git a/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/test_split_13x21x3_i32_split3_axis1.json b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/test_split_13x21x3_i32_split3_axis1.json
new file mode 100644
index 000000000..fc9410f1d
--- /dev/null
+++ b/frameworks/tflite/operators/split_13x21x3_i32_split3_axis1/test_split_13x21x3_i32_split3_axis1.json
@@ -0,0 +1,467 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 0,
+ 0,
+ 0
+ ],
+ size: [
+ 13,
+ 7,
+ 3
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_0"
+ ]
+ },
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 0,
+ 7,
+ 0
+ ],
+ size: [
+ 13,
+ 7,
+ 3
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_1"
+ ]
+ },
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 0,
+ 14,
+ 0
+ ],
+ size: [
+ 13,
+ 7,
+ 3
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_2"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_0"
+ ],
+ outputs: [
+ "layer_3"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "layer_3"
+ ],
+ outputs: [
+ "layer_4"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "layer_4"
+ ],
+ outputs: [
+ "layer_5"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_1"
+ ],
+ outputs: [
+ "layer_6"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "layer_6"
+ ],
+ outputs: [
+ "layer_7"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "layer_7"
+ ],
+ outputs: [
+ "layer_8"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_2"
+ ],
+ outputs: [
+ "layer_9"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "layer_9"
+ ],
+ outputs: [
+ "layer_10"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "layer_10"
+ ],
+ outputs: [
+ "layer_11"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 1
+ ]
+ },
+ inputs: [
+ "layer_5"
+ ],
+ outputs: [
+ "layer_12"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 1
+ ]
+ },
+ inputs: [
+ "layer_8"
+ ],
+ outputs: [
+ "layer_13"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 1
+ ]
+ },
+ inputs: [
+ "layer_11"
+ ],
+ outputs: [
+ "layer_14"
+ ]
+ },
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_12",
+ "layer_13",
+ "layer_14"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_0",
+ shape: [
+ 13,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_1",
+ shape: [
+ 13,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_10",
+ shape: [
+ 1,
+ 1,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_11",
+ shape: [
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_12",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_13",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_14",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_2",
+ shape: [
+ 13,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_3",
+ shape: [
+ 1,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_4",
+ shape: [
+ 1,
+ 1,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_5",
+ shape: [
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_6",
+ shape: [
+ 1,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_7",
+ shape: [
+ 1,
+ 1,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_8",
+ shape: [
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_9",
+ shape: [
+ 1,
+ 7,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+ }
+ ]
+}