aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json')
-rw-r--r--operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json97
1 files changed, 51 insertions, 46 deletions
diff --git a/operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json b/operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json
index 3a49451ea..489be2d98 100644
--- a/operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json
+++ b/operators/ew_binary/mul/mul_1x1x3x1_bf16_perm0_shift0/test.json
@@ -5,16 +5,60 @@
_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: [
+ 1,
+ 1,
+ 3,
+ 1
+ ],
+ type: "BF16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 65534
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 65534
+ ],
+ type: "BF16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -23,45 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 3,
- 1
- ],
- type: "BF16"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 1,
- 3,
- 65534
- ],
- type: "BF16"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1,
- 3,
- 65534
- ],
- type: "BF16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]