aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_right_shift
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/logical_right_shift')
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_16x1x20x14x11_i16/test.json97
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_18x19x18x19_i32/test.json91
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_1_i16/test.json73
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_1x1x65540x1_i8/test.json91
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_1x42x42_i32/test.json85
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_1x42x44_i8/test.json85
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_1x52_i8/test.json79
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_21x11x13x9x5_i8/test.json97
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_28_i8/test.json73
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_2x1x65530x1x1_i8/test.json97
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_3x14x22x2x21_i32/test.json97
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_3x17x5x3_i16/test.json91
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_3x19x16x1_i8/test.json91
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_41_i32/test.json73
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_45x63_i16/test.json79
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_52x55_i32/test.json79
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_61x55x1_i16/test.json85
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_DimensionMismatch_12_i8/test.json73
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_RankMismatch_12x11x14x12_i32/test.json89
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputList_10x10_i32/test.json83
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputType_11x10x3_i48/test.json85
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json75
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputType_10x2x9_i8/test.json85
23 files changed, 1034 insertions, 919 deletions
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_16x1x20x14x11_i16/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_16x1x20x14x11_i16/test.json
index e3fa271ee..df3667714 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_16x1x20x14x11_i16/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_16x1x20x14x11_i16/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 16,
+ 1,
+ 20,
+ 14,
+ 11
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 16,
+ 10,
+ 20,
+ 14,
+ 11
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 16,
+ 10,
+ 20,
+ 14,
+ 11
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 16,
- 1,
- 20,
- 14,
- 11
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 16,
- 10,
- 20,
- 14,
- 11
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 16,
- 10,
- 20,
- 14,
- 11
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_18x19x18x19_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_18x19x18x19_i32/test.json
index 93c183f51..bc64f72bc 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_18x19x18x19_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_18x19x18x19_i32/test.json
@@ -5,13 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 18,
+ 19,
+ 18,
+ 19
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 19,
+ 18,
+ 19
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 18,
+ 19,
+ 18,
+ 19
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 18,
- 19,
- 18,
- 19
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 19,
- 18,
- 19
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 18,
- 19,
- 18,
- 19
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_1_i16/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_1_i16/test.json
index 45ee2737b..04202192b 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_1_i16/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_1_i16/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 50
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 50
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 50
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 50
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_1x1x65540x1_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_1x1x65540x1_i8/test.json
index 43238560b..14e23b81f 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_1x1x65540x1_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_1x1x65540x1_i8/test.json
@@ -5,13 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65540,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 1,
+ 65540,
+ 3
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 65540,
+ 3
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65540,
- 1
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 1,
- 65540,
- 3
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1,
- 65540,
- 3
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x42_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x42_i32/test.json
index c2d507cb4..0c4c1f515 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x42_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x42_i32/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 42,
+ 42
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 46,
+ 42,
+ 42
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 46,
+ 42,
+ 42
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 42,
- 42
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 46,
- 42,
- 42
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 46,
- 42,
- 42
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x44_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x44_i8/test.json
index 3ff0c0e66..777e2207d 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x44_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_1x42x44_i8/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 42,
+ 44
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 57,
+ 42,
+ 44
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 57,
+ 42,
+ 44
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 42,
- 44
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 57,
- 42,
- 44
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 57,
- 42,
- 44
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_1x52_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_1x52_i8/test.json
index 11a5d5b8d..6b925547e 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_1x52_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_1x52_i8/test.json
@@ -5,13 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 52
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 28,
+ 52
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 28,
+ 52
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,39 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 52
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 28,
- 52
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 28,
- 52
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_21x11x13x9x5_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_21x11x13x9x5_i8/test.json
index f0837b6dd..418ce6266 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_21x11x13x9x5_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_21x11x13x9x5_i8/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 21,
+ 11,
+ 13,
+ 9,
+ 5
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 21,
+ 11,
+ 13,
+ 1,
+ 5
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 21,
+ 11,
+ 13,
+ 9,
+ 5
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 21,
- 11,
- 13,
- 9,
- 5
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 21,
- 11,
- 13,
- 1,
- 5
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 21,
- 11,
- 13,
- 9,
- 5
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_28_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_28_i8/test.json
index edd18fe54..3dffa6ea7 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_28_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_28_i8/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 28
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 28
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 28
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 28
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_2x1x65530x1x1_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_2x1x65530x1x1_i8/test.json
index d0bc8a3b3..5c8a4cb49 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_2x1x65530x1x1_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_2x1x65530x1x1_i8/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 1,
+ 65530,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 2,
+ 1,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 1,
+ 65530,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 2,
- 1,
- 65530,
- 1,
- 1
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 2,
- 1,
- 1,
- 1,
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 2,
- 1,
- 65530,
- 1,
- 1
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_3x14x22x2x21_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_3x14x22x2x21_i32/test.json
index 128a41323..c6aba9d96 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_3x14x22x2x21_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_3x14x22x2x21_i32/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 14,
+ 22,
+ 2,
+ 21
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 3,
+ 1,
+ 22,
+ 2,
+ 21
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 14,
+ 22,
+ 2,
+ 21
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 3,
- 14,
- 22,
- 2,
- 21
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 3,
- 1,
- 22,
- 2,
- 21
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 3,
- 14,
- 22,
- 2,
- 21
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_3x17x5x3_i16/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_3x17x5x3_i16/test.json
index 23733e5ec..0d9e217c5 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_3x17x5x3_i16/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_3x17x5x3_i16/test.json
@@ -5,13 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 17,
+ 5,
+ 3
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 3,
+ 17,
+ 5,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 17,
+ 5,
+ 3
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 3,
- 17,
- 5,
- 3
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 3,
- 17,
- 5,
- 1
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 3,
- 17,
- 5,
- 3
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_3x19x16x1_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_3x19x16x1_i8/test.json
index 85d442416..f307ebacc 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_3x19x16x1_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_3x19x16x1_i8/test.json
@@ -5,13 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 19,
+ 16,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 3,
+ 19,
+ 16,
+ 11
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 19,
+ 16,
+ 11
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 3,
- 19,
- 16,
- 1
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 3,
- 19,
- 16,
- 11
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 3,
- 19,
- 16,
- 11
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_41_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_41_i32/test.json
index 9f233322d..1ee3e7d99 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_41_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_41_i32/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 41
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 41
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 41
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 41
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_45x63_i16/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_45x63_i16/test.json
index afc22a0f7..8bcbabf0d 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_45x63_i16/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_45x63_i16/test.json
@@ -5,13 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 45,
+ 63
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 45,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 45,
+ 63
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,39 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 45,
- 63
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 45,
- 1
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 45,
- 63
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_52x55_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_52x55_i32/test.json
index 2ae1be17f..ec65a835a 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_52x55_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_52x55_i32/test.json
@@ -5,13 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 52,
+ 55
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 55
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 52,
+ 55
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,39 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 52,
- 55
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 55
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 52,
- 55
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_61x55x1_i16/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_61x55x1_i16/test.json
index a2a438ca5..853bc355c 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_61x55x1_i16/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_61x55x1_i16/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 61,
+ 55,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 61,
+ 55,
+ 50
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 61,
+ 55,
+ 50
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 61,
- 55,
- 1
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 61,
- 55,
- 50
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 61,
- 55,
- 50
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_DimensionMismatch_12_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_DimensionMismatch_12_i8/test.json
index c32be03c0..c4ee9d347 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_DimensionMismatch_12_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_DimensionMismatch_12_i8/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 13
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 13
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 12
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_RankMismatch_12x11x14x12_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_RankMismatch_12x11x14x12_i32/test.json
index 34f704b90..4a9c60436 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_RankMismatch_12x11x14x12_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_RankMismatch_12x11x14x12_i32/test.json
@@ -5,13 +5,56 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 11,
+ 14,
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 12,
+ 11,
+ 14
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 11,
+ 14,
+ 12
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,44 +63,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 11,
- 14,
- 12
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 12,
- 11,
- 14
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 12,
- 11,
- 14,
- 12
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputList_10x10_i32/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputList_10x10_i32/test.json
index c17951169..b2f7f03e5 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputList_10x10_i32/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputList_10x10_i32/test.json
@@ -5,55 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 10
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 10
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 10
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
- "input-1",
- "eiDummyInput"
+ "input-1"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 10
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 10
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 10
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputType_11x10x3_i48/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputType_11x10x3_i48/test.json
index c7b8acb01..dfc18ceb5 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputType_11x10x3_i48/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongInputType_11x10x3_i48/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 10,
+ 3
+ ],
+ type: "INT48"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 11,
+ 10,
+ 1
+ ],
+ type: "INT48"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 10,
+ 3
+ ],
+ type: "INT48"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 10,
- 3
- ],
- type: "INT48"
- },
- {
- name: "input-1",
- shape: [
- 11,
- 10,
- 1
- ],
- type: "INT48"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 10,
- 3
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json
index 8d890e330..bb17df763 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json
@@ -5,51 +5,56 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 11
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputType_10x2x9_i8/test.json b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputType_10x2x9_i8/test.json
index 4e6bbfcc2..9ac72a0bf 100644
--- a/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputType_10x2x9_i8/test.json
+++ b/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputType_10x2x9_i8/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_RIGHT_SHIFT",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_RIGHT_SHIFT",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 2,
+ 9
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 10,
+ 1,
+ 9
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 2,
+ 9
+ ],
+ type: "FP32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 2,
- 9
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 10,
- 1,
- 9
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 2,
- 9
- ],
- type: "FP32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]