aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_ERRORIF_AxisLargerRank_11x12x12x3_f32_axis9/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/concat/concat_ERRORIF_AxisLargerRank_11x12x12x3_f32_axis9/test.json')
-rw-r--r--operators/data_layout/concat/concat_ERRORIF_AxisLargerRank_11x12x12x3_f32_axis9/test.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/operators/data_layout/concat/concat_ERRORIF_AxisLargerRank_11x12x12x3_f32_axis9/test.json b/operators/data_layout/concat/concat_ERRORIF_AxisLargerRank_11x12x12x3_f32_axis9/test.json
new file mode 100644
index 000000000..5fc22afa6
--- /dev/null
+++ b/operators/data_layout/concat/concat_ERRORIF_AxisLargerRank_11x12x12x3_f32_axis9/test.json
@@ -0,0 +1,80 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: 9
+ },
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 12,
+ 12,
+ 3
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 11,
+ 12,
+ 12,
+ 3
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 11,
+ 12,
+ 12,
+ 3
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 12,
+ 12,
+ 3
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}