aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4
diff options
context:
space:
mode:
Diffstat (limited to 'operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4')
-rw-r--r--operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4/test.json91
1 files changed, 48 insertions, 43 deletions
diff --git a/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4/test.json b/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4/test.json
index b072500d2..e46d7b739 100644
--- a/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4/test.json
+++ b/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongInputType_5x12x13x7_i4/test.json
@@ -5,13 +5,57 @@
_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",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 5,
+ 12,
+ 13,
+ 7
+ ],
+ type: "INT4"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 5,
+ 12,
+ 13,
+ 1
+ ],
+ type: "INT4"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 5,
+ 12,
+ 13,
+ 7
+ ],
+ type: "INT4"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 5,
- 12,
- 13,
- 7
- ],
- type: "INT4"
- },
- {
- name: "input-1",
- shape: [
- 5,
- 12,
- 13,
- 1
- ],
- type: "INT4"
- },
- {
- name: "result-0",
- shape: [
- 5,
- 12,
- 13,
- 7
- ],
- type: "INT4"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]