aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1')
-rw-r--r--operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/test.json151
1 files changed, 78 insertions, 73 deletions
diff --git a/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/test.json b/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/test.json
index ddf214b0a..4ac4a5a9a 100644
--- a/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/test.json
+++ b/operators/data_layout/concat/concat_ERRORIF_AxisSmallerZero_11x2x5_f32_axis-1/test.json
@@ -5,16 +5,87 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONCAT",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: -1
- },
+ name: "main",
+ operators: [
+ {
+ op: "CONCAT",
+ attribute_type: "AxisAttribute",
+ attribute: {
+ axis: -1
+ },
+ inputs: [
+ "input-0",
+ "input-1",
+ "input-2",
+ "input-3",
+ "input-4"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 2,
+ 5
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 11,
+ 2,
+ 5
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-2",
+ shape: [
+ 11,
+ 2,
+ 5
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-3",
+ shape: [
+ 11,
+ 2,
+ 5
+ ],
+ type: "FP32"
+ },
+ {
+ name: "input-4",
+ shape: [
+ 11,
+ 2,
+ 5
+ ],
+ type: "FP32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 2,
+ 5
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0",
"input-1",
@@ -26,72 +97,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 2,
- 5
- ],
- type: "FP32"
- },
- {
- name: "input-1",
- shape: [
- 11,
- 2,
- 5
- ],
- type: "FP32"
- },
- {
- name: "input-2",
- shape: [
- 11,
- 2,
- 5
- ],
- type: "FP32"
- },
- {
- name: "input-3",
- shape: [
- 11,
- 2,
- 5
- ],
- type: "FP32"
- },
- {
- name: "input-4",
- shape: [
- 11,
- 2,
- 5
- ],
- type: "FP32"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 2,
- 5
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0",
- "input-1",
- "input-2",
- "input-3",
- "input-4"
- ],
- outputs: [
- "result-0"
]
}
]