aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json')
-rw-r--r--frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json165
1 files changed, 85 insertions, 80 deletions
diff --git a/frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json b/frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json
index 699ef6c45..a6048f8d2 100644
--- a/frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json
+++ b/frameworks/tflite/operators/concatenation_concatv2_13x21x3_i32_axis_1/test_concatv2_13x21x3_i32_axis_1.json
@@ -5,97 +5,102 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONCAT",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 1
- },
- inputs: [
- "TosaInput_1",
- "TosaInput_3",
- "TosaInput_2",
- "TosaInput_0"
- ],
- outputs: [
- "TosaOutput_0"
- ]
- }
- ],
- tensors: [
- {
- name: "TosaInput_0",
- shape: [
- 13,
- 21,
- 3
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 1
+ },
+ inputs: [
+ "TosaInput_1",
+ "TosaInput_3",
+ "TosaInput_2",
+ "TosaInput_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
],
- type: "INT32",
- data: [
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "TosaInput_1",
- shape: [
- 13,
- 21,
- 3
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "TosaInput_1",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "TosaInput_2",
- shape: [
- 13,
- 21,
- 3
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "TosaInput_2",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "TosaInput_3",
- shape: [
- 13,
- 21,
- 3
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "TosaInput_3",
+ shape: [
+ 13,
+ 21,
+ 3
+ ],
+ type: "INT32",
+ data: [
- ]
- },
- {
- name: "TosaOutput_0",
- shape: [
- 13,
- 84,
- 3
- ],
- type: "INT32",
- data: [
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 13,
+ 84,
+ 3
+ ],
+ type: "INT32",
+ data: [
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1",
+ "TosaInput_2",
+ "TosaInput_3"
+ ],
+ outputs: [
+ "TosaOutput_0"
]
}
- ],
- inputs: [
- "TosaInput_0",
- "TosaInput_1",
- "TosaInput_2",
- "TosaInput_3"
- ],
- outputs: [
- "TosaOutput_0"
]
}
]