aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/pack_1x8x4x17_i32_axis4/test_stack_1x8x4x17_i32_axis4.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/pack_1x8x4x17_i32_axis4/test_stack_1x8x4x17_i32_axis4.json')
-rw-r--r--frameworks/tflite/operators/pack_1x8x4x17_i32_axis4/test_stack_1x8x4x17_i32_axis4.json216
1 files changed, 216 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/pack_1x8x4x17_i32_axis4/test_stack_1x8x4x17_i32_axis4.json b/frameworks/tflite/operators/pack_1x8x4x17_i32_axis4/test_stack_1x8x4x17_i32_axis4.json
new file mode 100644
index 000000000..05721fb5e
--- /dev/null
+++ b/frameworks/tflite/operators/pack_1x8x4x17_i32_axis4/test_stack_1x8x4x17_i32_axis4.json
@@ -0,0 +1,216 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "layer_0"
+ ]
+ },
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "TosaInput_1",
+ "TosaInput_3",
+ "TosaInput_2",
+ "TosaInput_0"
+ ],
+ outputs: [
+ "layer_1"
+ ]
+ },
+ {
+ op: "RESHAPE",
+ attribute_type: "ReshapeAttribute",
+ attribute: {
+ new_shape: [
+ 4,
+ 1,
+ 8,
+ 4,
+ 17
+ ]
+ },
+ inputs: [
+ "layer_1"
+ ],
+ outputs: [
+ "layer_2"
+ ]
+ },
+ {
+ op: "TRANSPOSE",
+ attribute_type: "TransposeAttribute",
+ attribute: {
+ perms: [
+ 1,
+ 2,
+ 3,
+ 4,
+ 0
+ ]
+ },
+ inputs: [
+ "layer_2"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 1,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_1",
+ shape: [
+ 1,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_2",
+ shape: [
+ 1,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_3",
+ shape: [
+ 1,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 1,
+ 8,
+ 4,
+ 17,
+ 4
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_0",
+ shape: [
+ 5
+ ],
+ type: "INT32",
+ data: [
+ 1,
+ 0,
+ 0,
+ 0,
+ 2,
+ 0,
+ 0,
+ 0,
+ 3,
+ 0,
+ 0,
+ 0,
+ 4,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ name: "layer_1",
+ shape: [
+ 4,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "layer_2",
+ shape: [
+ 4,
+ 1,
+ 8,
+ 4,
+ 17
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1",
+ "TosaInput_2",
+ "TosaInput_3"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+}