From 00dde3db31f3648d0a02a0b382c9e91c9dee9214 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:07 +0100 Subject: Updating COMPARISON tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I07078c2e6eb75943973f7f13c1ce0a19d1ec5443 --- .../test.json | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json (limited to 'operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json') diff --git a/operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json b/operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json deleted file mode 100644 index a4d4ed91b..000000000 --- a/operators/comparison/greater/greater_ERRORIF_WrongOutputType_18_i32/test.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - version: { - _major: 0, - _minor: 41, - _patch: 0, - _draft: true - }, - blocks: [ - { - name: "main", - operators: [ - { - op: "GREATER", - attribute_type: "NONE", - inputs: [ - "input-0", - "input-1" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 18 - ], - type: "INT32" - }, - { - name: "input-1", - shape: [ - 1 - ], - type: "INT32" - }, - { - name: "result-0", - shape: [ - 18 - ], - type: "INT48" - } - ], - inputs: [ - "input-0", - "input-1" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1