aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json')
-rw-r--r--operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json97
1 files changed, 51 insertions, 46 deletions
diff --git a/operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json b/operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json
index 07a76df7d..57de60eba 100644
--- a/operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json
+++ b/operators/ew_binary/logical_xor/logical_xor_4x12x5x4x9_b/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_XOR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_XOR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 4,
+ 12,
+ 5,
+ 4,
+ 9
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 4,
+ 12,
+ 5,
+ 1,
+ 9
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 4,
+ 12,
+ 5,
+ 4,
+ 9
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 4,
- 12,
- 5,
- 4,
- 9
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 4,
- 12,
- 5,
- 1,
- 9
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 4,
- 12,
- 5,
- 4,
- 9
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]