aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:35 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:35 +0100
commit2dc099cf781cc8e0aeae5e0e34a707c66f1c8c98 (patch)
treec35cd33501bcda69665850d66dd4cc9d6e77282d /operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json
parentd53378c6e205afdc2a538ac438ecc717ccc2718c (diff)
downloadconformance_tests-2dc099cf781cc8e0aeae5e0e34a707c66f1c8c98.tar.gz
Updating BITWISE_XOR tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Idcf196641a1ed84b4acc1d8d1bccf70840c4b1d1
Diffstat (limited to 'operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json')
-rw-r--r--operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json b/operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json
new file mode 100644
index 000000000..aaa540e1f
--- /dev/null
+++ b/operators/ew_binary/bitwise_xor/bitwise_xor_1x31x34_i8/test.json
@@ -0,0 +1,62 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "BITWISE_XOR",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 31,
+ 34
+ ],
+ type: "INT8"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 54,
+ 31,
+ 34
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 54,
+ 31,
+ 34
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}