aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 15:50:22 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 16:31:23 +0100
commited4337a5f4927570b94fe3c48c29f1ab417a719a (patch)
treeb212cf58b3671fc9df48672224154780d79207e9 /operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json
parent7afc131b6dfb204a4252a4a1ed5ddf97c481837d (diff)
downloadconformance_tests-ed4337a5f4927570b94fe3c48c29f1ab417a719a.tar.gz
Updating COMPARISON tests for 8k level support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: If667900fbb3be72183de1ecc51246dd4d1ae407e
Diffstat (limited to 'operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json')
-rw-r--r--operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json b/operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json
new file mode 100644
index 000000000..0c39af435
--- /dev/null
+++ b/operators/comparison/equal/equal_1x7x6x4x1x8_i32/test.json
@@ -0,0 +1,76 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "EQUAL",
+ attribute_type: "NONE",
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 4,
+ 1,
+ 8
+ ],
+ type: "INT32"
+ },
+ {
+ name: "input-1",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 4,
+ 4,
+ 8
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 4,
+ 4,
+ 8
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0",
+ "input-1"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}