aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json')
-rw-r--r--operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json103
1 files changed, 54 insertions, 49 deletions
diff --git a/operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json b/operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json
index 133269677..fd6ce147f 100644
--- a/operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json
+++ b/operators/ew_binary/mul/mul_1x10x3x12x11_i32_perm0_shift31/test.json
@@ -5,16 +5,63 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "MUL",
- attribute_type: "MulAttribute",
- attribute: {
- shift: 31
- },
+ name: "main",
+ operators: [
+ {
+ op: "MUL",
+ attribute_type: "MulAttribute",
+ attribute: {
+ shift: 31
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 10,
+ 3,
+ 12,
+ 11
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 5,
+ 10,
+ 3,
+ 12,
+ 11
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 10,
+ 3,
+ 12,
+ 11
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -23,48 +70,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 10,
- 3,
- 12,
- 11
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 5,
- 10,
- 3,
- 12,
- 11
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 5,
- 10,
- 3,
- 12,
- 11
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]