aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_or
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 15:17:52 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 16:40:57 +0000
commitb08fb3e856b7757403ff9aafc9487f9c0ad61fe7 (patch)
tree4b4737ff52e92c1c17922a972384930953a26a61 /operators/ew_binary/bitwise_or
parent007a2c7c0743b002587cd5e7b4c6b6acbcaedff8 (diff)
downloadconformance_tests-b08fb3e856b7757403ff9aafc9487f9c0ad61fe7.tar.gz
Regen tests after control flow operator support
Includes removing 3 tests that are not needed anymore. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2c62d95a7b053e9016000d90125e00862f94200e
Diffstat (limited to 'operators/ew_binary/bitwise_or')
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_1_i16/test.json73
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_1x2x65538x1_i8/test.json91
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_1x30x30_i32/test.json85
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_1x30x33_i8/test.json85
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_1x45_i8/test.json79
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_1x65537x1x1x1_i8/test.json97
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_29_i32/test.json73
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_2x11x4x2x8_i8/test.json97
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_2x12x10x1_i8/test.json91
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_35x62_i16/test.json79
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_46x50_i32/test.json79
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_59x50x1_i16/test.json85
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_8_i8/test.json73
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_DimensionMismatch_12_i8/test.json73
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_RankMismatch_12x11x14x12_i32/test.json89
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputList_10x10_i32/test.json81
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputType_11x10x3_i48/test.json85
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputList_11_i16/test.json75
-rw-r--r--operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputType_10x2x9_i8/test.json85
19 files changed, 835 insertions, 740 deletions
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_1_i16/test.json b/operators/ew_binary/bitwise_or/bitwise_or_1_i16/test.json
index ab30286a2..d55e62183 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_1_i16/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_1_i16/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 42
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 42
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 42
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 42
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_1x2x65538x1_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_1x2x65538x1_i8/test.json
index 3c044c1ca..a32b9aed8 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_1x2x65538x1_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_1x2x65538x1_i8/test.json
@@ -5,13 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 65538,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 2,
+ 65538,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 65538,
+ 1
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 2,
- 65538,
- 1
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 2,
- 65538,
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 65538,
- 1
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_1x30x30_i32/test.json b/operators/ew_binary/bitwise_or/bitwise_or_1x30x30_i32/test.json
index 9ea9d6324..bea8ddf89 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_1x30x30_i32/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_1x30x30_i32/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 30,
+ 30
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 36,
+ 30,
+ 30
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 36,
+ 30,
+ 30
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 30,
- 30
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 36,
- 30,
- 30
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 36,
- 30,
- 30
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_1x30x33_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_1x30x33_i8/test.json
index 27b1a7ef9..ed5b17302 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_1x30x33_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_1x30x33_i8/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 30,
+ 33
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 54,
+ 30,
+ 33
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 54,
+ 30,
+ 33
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 30,
- 33
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 54,
- 30,
- 33
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 54,
- 30,
- 33
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_1x45_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_1x45_i8/test.json
index fa2f3a3ab..857452de8 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_1x45_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_1x45_i8/test.json
@@ -5,13 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 45
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 8,
+ 45
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 8,
+ 45
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,39 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 45
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 8,
- 45
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 8,
- 45
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_1x65537x1x1x1_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_1x65537x1x1x1_i8/test.json
index 81a3a2c6b..109e39811 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_1x65537x1x1x1_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_1x65537x1x1x1_i8/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 65537,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 65537,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 65537,
+ 1,
+ 1,
+ 1
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 65537,
- 1,
- 1,
- 1
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 65537,
- 1,
- 1,
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 65537,
- 1,
- 1,
- 1
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_29_i32/test.json b/operators/ew_binary/bitwise_or/bitwise_or_29_i32/test.json
index 682b1ccd7..4090f7084 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_29_i32/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_29_i32/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 29
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 29
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 29
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 29
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_2x11x4x2x8_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_2x11x4x2x8_i8/test.json
index 862c29641..b0ba1dd50 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_2x11x4x2x8_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_2x11x4x2x8_i8/test.json
@@ -5,13 +5,60 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 11,
+ 4,
+ 2,
+ 8
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 2,
+ 11,
+ 4,
+ 1,
+ 8
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 11,
+ 4,
+ 2,
+ 8
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,48 +67,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 2,
- 11,
- 4,
- 2,
- 8
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 2,
- 11,
- 4,
- 1,
- 8
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 2,
- 11,
- 4,
- 2,
- 8
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_2x12x10x1_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_2x12x10x1_i8/test.json
index b6b7d4ef1..8bb512e47 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_2x12x10x1_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_2x12x10x1_i8/test.json
@@ -5,13 +5,57 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 2,
+ 12,
+ 10,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 2,
+ 12,
+ 10,
+ 7
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 12,
+ 10,
+ 7
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,45 +64,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 2,
- 12,
- 10,
- 1
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 2,
- 12,
- 10,
- 7
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 2,
- 12,
- 10,
- 7
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_35x62_i16/test.json b/operators/ew_binary/bitwise_or/bitwise_or_35x62_i16/test.json
index 7588ef00c..284bf0451 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_35x62_i16/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_35x62_i16/test.json
@@ -5,13 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 35,
+ 62
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 35,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 35,
+ 62
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,39 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 35,
- 62
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 35,
- 1
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 35,
- 62
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_46x50_i32/test.json b/operators/ew_binary/bitwise_or/bitwise_or_46x50_i32/test.json
index b6edf5eef..d9c728cdf 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_46x50_i32/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_46x50_i32/test.json
@@ -5,13 +5,51 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 46,
+ 50
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 50
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 46,
+ 50
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,39 +58,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 46,
- 50
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 1,
- 50
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 46,
- 50
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_59x50x1_i16/test.json b/operators/ew_binary/bitwise_or/bitwise_or_59x50x1_i16/test.json
index 23f5189bd..11fae95af 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_59x50x1_i16/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_59x50x1_i16/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 59,
+ 50,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 59,
+ 50,
+ 42
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 59,
+ 50,
+ 42
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 59,
- 50,
- 1
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 59,
- 50,
- 42
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 59,
- 50,
- 42
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_8_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_8_i8/test.json
index 4f59dce86..894a21a49 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_8_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_8_i8/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 8
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 8
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 8
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 8
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_DimensionMismatch_12_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_DimensionMismatch_12_i8/test.json
index e2dcac31c..f92317588 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_DimensionMismatch_12_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_DimensionMismatch_12_i8/test.json
@@ -5,13 +5,48 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 13
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "INT8"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,36 +55,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 13
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 12
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_RankMismatch_12x11x14x12_i32/test.json b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_RankMismatch_12x11x14x12_i32/test.json
index 223b34a90..863c16566 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_RankMismatch_12x11x14x12_i32/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_RankMismatch_12x11x14x12_i32/test.json
@@ -5,13 +5,56 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 12,
+ 11,
+ 14,
+ 12
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 12,
+ 11,
+ 14
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12,
+ 11,
+ 14,
+ 12
+ ],
+ type: "INT32"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,44 +63,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 12,
- 11,
- 14,
- 12
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 12,
- 11,
- 14
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 12,
- 11,
- 14,
- 12
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputList_10x10_i32/test.json b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputList_10x10_i32/test.json
index 1905ee8a1..d7f662d3b 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputList_10x10_i32/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputList_10x10_i32/test.json
@@ -5,53 +5,58 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ 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"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputType_11x10x3_i48/test.json b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputType_11x10x3_i48/test.json
index 5ea18f289..107cfe4c5 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputType_11x10x3_i48/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongInputType_11x10x3_i48/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11,
+ 10,
+ 3
+ ],
+ type: "INT48"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 11,
+ 10,
+ 1
+ ],
+ type: "INT48"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11,
+ 10,
+ 3
+ ],
+ type: "INT48"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 10,
- 3
- ],
- type: "INT48"
- },
- {
- name: "input-1",
- shape: [
- 11,
- 10,
- 1
- ],
- type: "INT48"
- },
- {
- name: "result-0",
- shape: [
- 11,
- 10,
- 3
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputList_11_i16/test.json b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputList_11_i16/test.json
index 53649049b..cbfef4976 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputList_11_i16/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputList_11_i16/test.json
@@ -5,51 +5,56 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 11
+ ],
+ type: "INT16"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 11
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
],
outputs: [
-
+ "result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11
- ],
- type: "INT16"
- },
- {
- name: "input-1",
- shape: [
- 1
- ],
- type: "INT16"
- },
- {
- name: "result-0",
- shape: [
- 11
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputType_10x2x9_i8/test.json b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputType_10x2x9_i8/test.json
index cd7a94779..d8e4a9f98 100644
--- a/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputType_10x2x9_i8/test.json
+++ b/operators/ew_binary/bitwise_or/bitwise_or_ERRORIF_WrongOutputType_10x2x9_i8/test.json
@@ -5,13 +5,54 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "BITWISE_OR",
- attribute_type: "NONE",
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 10,
+ 2,
+ 9
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 10,
+ 1,
+ 9
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 10,
+ 2,
+ 9
+ ],
+ type: "INT16"
+ }
+ ],
inputs: [
"input-0",
"input-1"
@@ -20,42 +61,6 @@
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 10,
- 2,
- 9
- ],
- type: "INT8"
- },
- {
- name: "input-1",
- shape: [
- 10,
- 1,
- 9
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 10,
- 2,
- 9
- ],
- type: "INT16"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
]
}
]