aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:39 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:39 +0100
commitbceaa684e5249be84669ca1b1d8260236f0c1a6e (patch)
tree4bad866805ae78b6e29ffbc3a80f6f114d3efd62 /operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json
parent4f0cd453e02cf11dcb8b1dcb004cf4909cb2db1a (diff)
downloadconformance_tests-bceaa684e5249be84669ca1b1d8260236f0c1a6e.tar.gz
Updating LOGICAL_OR tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I6e92b765ed7963850f1829e3288ed103e3471455
Diffstat (limited to 'operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json')
-rw-r--r--operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json b/operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json
new file mode 100644
index 000000000..5b9ec6593
--- /dev/null
+++ b/operators/ew_binary/logical_or/logical_or_ERRORIF_DimensionMismatch_62_b/test.json
@@ -0,0 +1,56 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_OR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 62
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 63
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 62
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}