aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json')
-rw-r--r--operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json83
1 files changed, 44 insertions, 39 deletions
diff --git a/operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json b/operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json
index e6cbce675..1d6f48479 100644
--- a/operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json
+++ b/operators/ew_binary/mul/mul_ERRORIF_WrongInputList_12_i32_perm0_shift25/test.json
@@ -5,55 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "MUL",
- attribute_type: "MulAttribute",
- attribute: {
- shift: 25
- },
+ name: "main",
+ operators: [
+ {
+ op: "MUL",
+ attribute_type: "MulAttribute",
+ attribute: {
+ shift: 25
+ },
+ inputs: [
+ "input-0",
+ "input-1",
+ "eiDummyInput"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
- "input-1",
- "eiDummyInput"
+ "input-1"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 12
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]