aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2')
-rw-r--r--frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2/test_concat_1x32x32x8_i32_axis_2.json115
1 files changed, 60 insertions, 55 deletions
diff --git a/frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2/test_concat_1x32x32x8_i32_axis_2.json b/frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2/test_concat_1x32x32x8_i32_axis_2.json
index a50ca61dc..a20a99ce9 100644
--- a/frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2/test_concat_1x32x32x8_i32_axis_2.json
+++ b/frameworks/tflite/operators/concatenation_concat_1x32x32x8_i32_axis_2/test_concat_1x32x32x8_i32_axis_2.json
@@ -5,16 +5,69 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONCAT",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 2
- },
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 1,
+ 32,
+ 32,
+ 8
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_1",
+ shape: [
+ 1,
+ 32,
+ 32,
+ 8
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 1,
+ 32,
+ 64,
+ 8
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
inputs: [
"TosaInput_0",
"TosaInput_1"
@@ -23,54 +76,6 @@
"TosaOutput_0"
]
}
- ],
- tensors: [
- {
- name: "TosaInput_0",
- shape: [
- 1,
- 32,
- 32,
- 8
- ],
- type: "INT32",
- data: [
-
- ]
- },
- {
- name: "TosaInput_1",
- shape: [
- 1,
- 32,
- 32,
- 8
- ],
- type: "INT32",
- data: [
-
- ]
- },
- {
- name: "TosaOutput_0",
- shape: [
- 1,
- 32,
- 64,
- 8
- ],
- type: "INT32",
- data: [
-
- ]
- }
- ],
- inputs: [
- "TosaInput_0",
- "TosaInput_1"
- ],
- outputs: [
- "TosaOutput_0"
]
}
]