aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json')
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json81
1 files changed, 43 insertions, 38 deletions
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json
index b6603d215..c6d2e830b 100644
--- a/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json
+++ b/operators/ew_binary/bitwise_xor/bitwise_xor_ERRORIF_WrongInputList_10x10_i32/test.json
@@ -5,53 +5,58 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_XOR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_XOR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 10
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 10
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 10
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
- "input-0"
+ "input-0",
+ "input-1"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 10
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 10
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 10
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]