aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:41 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:41 +0100
commitffce4193dd78623d77ee3d13eb98613546549d6b (patch)
treef3b2eb87a0454361a87f9305271dd7f157381646 /operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json
parent617dd99bd43d58af4dabeda02fe1c1fd359365fb (diff)
downloadconformance_tests-ffce4193dd78623d77ee3d13eb98613546549d6b.tar.gz
Updating LOGICAL_XOR tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I57287a8db44d908cd0db4cdf904de5371bd86c53
Diffstat (limited to 'operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json')
-rw-r--r--operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json
new file mode 100644
index 000000000..f2ba0c634
--- /dev/null
+++ b/operators/ew_binary/logical_xor/logical_xor_ERRORIF_WrongOutputList_20x38x2x22_b/test.json
@@ -0,0 +1,66 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "LOGICAL_XOR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 20,
+ 38,
+ 2,
+ 22
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 20,
+ 1,
+ 2,
+ 22
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 20,
+ 38,
+ 2,
+ 22
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}