aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json')
-rw-r--r--frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json277
1 files changed, 141 insertions, 136 deletions
diff --git a/frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json b/frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json
index e11650a29..a0282b310 100644
--- a/frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json
+++ b/frameworks/tflite/operators/split_64_i32_split2_axis0/test_split_64_i32_split2_axis0.json
@@ -5,154 +5,159 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 0
- ],
- size: [
- 32
- ]
- },
- inputs: [
- "TosaInput_0"
- ],
- outputs: [
- "layer_0"
- ]
- },
- {
- op: "SLICE",
- attribute_type: "SliceAttribute",
- attribute: {
- start: [
- 32
- ],
- size: [
- 32
- ]
- },
- inputs: [
- "TosaInput_0"
- ],
- outputs: [
- "layer_1"
- ]
- },
- {
- op: "REDUCE_SUM",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "layer_0"
- ],
- outputs: [
- "layer_2"
- ]
- },
- {
- op: "REDUCE_SUM",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "layer_1"
- ],
- outputs: [
- "layer_3"
- ]
- },
- {
- op: "CONCAT",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "layer_2",
- "layer_3"
- ],
- outputs: [
- "TosaOutput_0"
- ]
- }
- ],
- tensors: [
- {
- name: "TosaInput_0",
- shape: [
- 64
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 0
+ ],
+ size: [
+ 32
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_0"
+ ]
+ },
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 32
+ ],
+ size: [
+ 32
+ ]
+ },
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_1"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_0"
+ ],
+ outputs: [
+ "layer_2"
+ ]
+ },
+ {
+ op: "REDUCE_SUM",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_1"
+ ],
+ outputs: [
+ "layer_3"
+ ]
+ },
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "layer_2",
+ "layer_3"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
],
- type: "INT32",
- data: [
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 64
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "TosaOutput_0",
- shape: [
- 2
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 2
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "layer_0",
- shape: [
- 32
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "layer_0",
+ shape: [
+ 32
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "layer_1",
- shape: [
- 32
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "layer_1",
+ shape: [
+ 32
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "layer_2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "layer_2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "layer_3",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "layer_3",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
]
}
- ],
- inputs: [
- "TosaInput_0"
- ],
- outputs: [
- "TosaOutput_0"
]
}
]