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