aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/concatenation_concat_64_i32_axis_m1/test_concat_64_i32_axis_m1.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/concatenation_concat_64_i32_axis_m1/test_concat_64_i32_axis_m1.json')
-rw-r--r--frameworks/tflite/operators/concatenation_concat_64_i32_axis_m1/test_concat_64_i32_axis_m1.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/frameworks/tflite/operators/concatenation_concat_64_i32_axis_m1/test_concat_64_i32_axis_m1.json b/frameworks/tflite/operators/concatenation_concat_64_i32_axis_m1/test_concat_64_i32_axis_m1.json
new file mode 100644
index 000000000..e46feca37
--- /dev/null
+++ b/frameworks/tflite/operators/concatenation_concat_64_i32_axis_m1/test_concat_64_i32_axis_m1.json
@@ -0,0 +1,68 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 0
+ },
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "TosaInput_0",
+ shape: [
+ 64
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaInput_1",
+ shape: [
+ 64
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ },
+ {
+ name: "TosaOutput_0",
+ shape: [
+ 128
+ ],
+ type: "INT32",
+ data: [
+
+ ]
+ }
+ ],
+ inputs: [
+ "TosaInput_0",
+ "TosaInput_1"
+ ],
+ outputs: [
+ "TosaOutput_0"
+ ]
+ }
+ ]
+}