aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json')
-rw-r--r--operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json91
1 files changed, 48 insertions, 43 deletions
diff --git a/operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json b/operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json
index 98df9b7d3..705746f09 100644
--- a/operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json
+++ b/operators/ew_binary/mul/mul_37x26x20_i8_perm0_shift0/test.json
@@ -5,16 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "MUL",
- attribute_type: "MulAttribute",
- attribute: {
- shift: 0
- },
+ name: "main",
+ operators: [
+ {
+ op: "MUL",
+ attribute_type: "MulAttribute",
+ attribute: {
+ shift: 0
+ },
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 37,
+ 26,
+ 20
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 37,
+ 26,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 37,
+ 26,
+ 20
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -23,42 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 37,
- 26,
- 20
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 37,
- 26,
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 37,
- 26,
- 20
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]