aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json')
-rw-r--r--operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json97
1 files changed, 51 insertions, 46 deletions
diff --git a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json
index 5a957d84d..2c72e7fbb 100644
--- a/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json
+++ b/operators/ew_binary/arithmetic_right_shift/arithmetic_right_shift_12x12x11x12_i32_roundFalse/test.json
@@ -5,16 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "ARITHMETIC_RIGHT_SHIFT",
- attribute_type: "ArithmeticRightShiftAttribute",
- attribute: {
- round: false
- },
+ name: "main",
+ operators: [
+ {
+ op: "ARITHMETIC_RIGHT_SHIFT",
+ attribute_type: "ArithmeticRightShiftAttribute",
+ attribute: {
+ round: false
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 12,
+ 11,
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 12,
+ 11,
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 12,
+ 11,
+ 12
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -23,45 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 12,
- 11,
- 12
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 12,
- 11,
- 12
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 12,
- 12,
- 11,
- 12
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]