From 7746767e3a0a421bdf64ef5cf0c8926bcfa86d1f Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:24 +0100 Subject: Updating EW_UNARY tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: If11bb69ac977fb49ed719b2d5745b2a41d855853 --- .../test.json | 51 ---------------------- 1 file changed, 51 deletions(-) delete mode 100644 operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json') diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json b/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json deleted file mode 100644 index 3179e80da..000000000 --- a/operators/ew_unary/abs/abs_ERRORIF_WrongInputType_24x12x32_i8/test.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - version: { - _major: 0, - _minor: 41, - _patch: 0, - _draft: true - }, - blocks: [ - { - name: "main", - operators: [ - { - op: "ABS", - attribute_type: "NONE", - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ], - tensors: [ - { - name: "input-0", - shape: [ - 24, - 12, - 32 - ], - type: "INT8" - }, - { - name: "result-0", - shape: [ - 24, - 12, - 32 - ], - type: "INT8" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1