aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json')
-rw-r--r--frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json109
1 files changed, 57 insertions, 52 deletions
diff --git a/frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json b/frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json
index 056ba0725..b2c360d1d 100644
--- a/frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json
+++ b/frameworks/tflite/operators/concatenation_concat_13x21x3_i32_axis_0/test_concat_13x21x3_i32_axis_0.json
@@ -5,16 +5,66 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONCAT",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_1",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 26,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
inputs: [
"TosaInput_0",
"TosaInput_1"
@@ -23,51 +73,6 @@
"TosaOutput_0"
]
}
- ],
- tensors: [
- {
- name: "TosaInput_0",
- shape: [
- 13,
- 21,
- 3
- ],
- type: "INT32",
- data: [
-
- ]
- },
- {
- name: "TosaInput_1",
- shape: [
- 13,
- 21,
- 3
- ],
- type: "INT32",
- data: [
-
- ]
- },
- {
- name: "TosaOutput_0",
- shape: [
- 26,
- 21,
- 3
- ],
- type: "INT32",
- data: [
-
- ]
- }
- ],
- inputs: [
- "TosaInput_0",
- "TosaInput_1"
- ],
- outputs: [
- "TosaOutput_0"
]
}
]