aboutsummaryrefslogtreecommitdiff
path: root/operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:07 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:07 +0100
commit00dde3db31f3648d0a02a0b382c9e91c9dee9214 (patch)
treeb36ad2b1bacc2517a3496d9d065f98246f93b936 /operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json
parent3da6f63bef663a54bf216c2af8d72ef3920268b6 (diff)
downloadconformance_tests-00dde3db31f3648d0a02a0b382c9e91c9dee9214.tar.gz
Updating COMPARISON tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I07078c2e6eb75943973f7f13c1ce0a19d1ec5443
Diffstat (limited to 'operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json')
-rw-r--r--operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json b/operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json
deleted file mode 100644
index d64ffca78..000000000
--- a/operators/comparison/equal/equal_ERRORIF_RankMismatch_48x46_i32/test.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "EQUAL",
- attribute_type: "NONE",
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 48,
- 46
- ],
- type: "INT32"
- },
- {
- name: "input-1",
- shape: [
- 48
- ],
- type: "INT32"
- },
- {
- name: "result-0",
- shape: [
- 48,
- 46
- ],
- type: "BOOL"
- }
- ],
- inputs: [
- "input-0",
- "input-1"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}