aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b')
-rw-r--r--operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b/test.json93
1 files changed, 49 insertions, 44 deletions
diff --git a/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b/test.json b/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b/test.json
index ea1719415..f20b8beb2 100644
--- a/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b/test.json
+++ b/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputList_13x1x13x5_b/test.json
@@ -5,59 +5,64 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "LOGICAL_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 13,
+ 1,
+ 13,
+ 5
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 13,
+ 1,
+ 13,
+ 1
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 13,
+ 1,
+ 13,
+ 5
+ ],
+ type: "BOOL"
+ }
+ ],
inputs: [
- "input-0"
+ "input-0",
+ "input-1"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 13,
- 1,
- 13,
- 5
- ],
- type: "BOOL"
- },
- {
- name: "input-1",
- shape: [
- 13,
- 1,
- 13,
- 1
- ],
- type: "BOOL"
- },
- {
- name: "result-0",
- shape: [
- 13,
- 1,
- 13,
- 5
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]