aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/pack_1x7x7x9_i32_axis2/test_stack_1x7x7x9_i32_axis2.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/pack_1x7x7x9_i32_axis2/test_stack_1x7x7x9_i32_axis2.json')
-rw-r--r--frameworks/tflite/operators/pack_1x7x7x9_i32_axis2/test_stack_1x7x7x9_i32_axis2.json140
1 files changed, 140 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/pack_1x7x7x9_i32_axis2/test_stack_1x7x7x9_i32_axis2.json b/frameworks/tflite/operators/pack_1x7x7x9_i32_axis2/test_stack_1x7x7x9_i32_axis2.json
new file mode 100644
index 000000000..8f2fbbd20
--- /dev/null
+++ b/frameworks/tflite/operators/pack_1x7x7x9_i32_axis2/test_stack_1x7x7x9_i32_axis2.json
@@ -0,0 +1,140 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 2
+ },
+ inputs: [
+ "TosaInput_1",
+ "TosaInput_3",
+ "TosaInput_2",
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_0"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 1,
+ 7,
+ 4,
+ 7,
+ 9
+ ]
+ },
+ inputs: [
+ "layer_0"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 1,
+ 7,
+ 7,
+ 9
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_1",
+ shape: [
+ 1,
+ 7,
+ 7,
+ 9
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_2",
+ shape: [
+ 1,
+ 7,
+ 7,
+ 9
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_3",
+ shape: [
+ 1,
+ 7,
+ 7,
+ 9
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 1,
+ 7,
+ 4,
+ 7,
+ 9
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_0",
+ shape: [
+ 1,
+ 7,
+ 28,
+ 9
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1",
+ "TosaInput_2",
+ "TosaInput_3"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+}