aboutsummaryrefslogtreecommitdiff
path: root/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:29 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 12:50:29 +0100
commit00d05b3831fa305a377fda5ad6d81c53964a4d13 (patch)
tree3e9caa35371288dccb3a6de7f3e8353ab007c5b3 /operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json
parent52bfc1a26ec8a1583a274bedf848f3ff3047a2d6 (diff)
downloadconformance_tests-00d05b3831fa305a377fda5ad6d81c53964a4d13.tar.gz
Updating REDUCTION tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Ifc85983119c6b49776f243aa9e7499af1f81413e
Diffstat (limited to 'operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json')
-rw-r--r--operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json52
1 files changed, 0 insertions, 52 deletions
diff --git a/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json b/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json
deleted file mode 100644
index 918068c5b..000000000
--- a/operators/reduction/reduce_max/reduce_max_ERRORIF_WrongOutputType_11x25_i8_axis0/test.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 41,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "REDUCE_MAX",
- attribute_type: "AxisAttribute",
- attribute: {
- axis: 0
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 11,
- 25
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 25
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}