aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json')
-rw-r--r--operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json87
1 files changed, 46 insertions, 41 deletions
diff --git a/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json b/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json
index 4c56b9ebe..97f533130 100644
--- a/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json
+++ b/operators/ew_binary/mul/mul_ERRORIF_RankMismatch_1x1_f16_perm0_shift0/test.json
@@ -5,16 +5,55 @@
_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
+ ],
+ type: "FP16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 1,
+ 7
+ ],
+ type: "FP16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1
+ ],
+ type: "FP16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -23,40 +62,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1
- ],
- type: "FP16"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 1,
- 7
- ],
- type: "FP16"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1
- ],
- type: "FP16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]