From 00d05b3831fa305a377fda5ad6d81c53964a4d13 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:29 +0100 Subject: Updating REDUCTION tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ifc85983119c6b49776f243aa9e7499af1f81413e --- .../test.json | 58 ---------------------- 1 file changed, 58 deletions(-) delete mode 100644 operators/reduction/reduce_min/reduce_min_ERRORIF_WrongRank_18x18x1x16x18_i16_axis0/test.json (limited to 'operators/reduction/reduce_min/reduce_min_ERRORIF_WrongRank_18x18x1x16x18_i16_axis0/test.json') diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongRank_18x18x1x16x18_i16_axis0/test.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongRank_18x18x1x16x18_i16_axis0/test.json deleted file mode 100644 index bf090147f..000000000 --- a/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongRank_18x18x1x16x18_i16_axis0/test.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - version: { - _major: 0, - _minor: 41, - _patch: 0, - _draft: true - }, - blocks: [ - { - name: "main", - operators: [ - { - op: "REDUCE_MIN", - attribute_type: "AxisAttribute", - attribute: { - axis: 0 - }, - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 18, - 18, - 1, - 16, - 18 - ], - type: "INT16" - }, - { - name: "result-0", - shape: [ - 1, - 18, - 1, - 16, - 18 - ], - type: "INT16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1