aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json')
-rw-r--r--operators/ew_binary/logical_right_shift/logical_right_shift_ERRORIF_WrongOutputList_11_i16/test.json75
1 files changed, 40 insertions, 35 deletions
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"
]
}
]