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 --- .../abs_ERRORIF_WrongOutputType_13_i32/desc.json | 22 ---------- .../input-0.json | 18 --------- .../abs_ERRORIF_WrongOutputType_13_i32/test.json | 47 ---------------------- 3 files changed, 87 deletions(-) delete mode 100644 operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json delete mode 100644 operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json delete mode 100644 operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32') diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json deleted file mode 100644 index 199bfa93c..000000000 --- a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/desc.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "tosa_file": "test.json", - "ifm_name": [ - "input-0" - ], - "ifm_file": [ - "input-0.npy" - ], - "ofm_name": [ - "result-0" - ], - "ofm_file": [ - "result-0.npy" - ], - "expected_return_code": 2, - "expected_failure": true, - "expected_failure_desc": "Output data type not supported for this configuration of operator", - "profile": [ - "tosa-bi", - "tosa-mi" - ] -} \ No newline at end of file diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json deleted file mode 100644 index 20beef414..000000000 --- a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/input-0.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "int32", - "data": [ - 1112255113, - -1520001244, - 239502574, - -111075273, - 1880331333, - 1567465731, - 1348952948, - 1023799964, - 972542809, - -1561254795, - -1712611731, - 329677475, - 2128993534 - ] -} \ No newline at end of file diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json b/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json deleted file mode 100644 index 95f317e57..000000000 --- a/operators/ew_unary/abs/abs_ERRORIF_WrongOutputType_13_i32/test.json +++ /dev/null @@ -1,47 +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: [ - 13 - ], - type: "INT32" - }, - { - name: "result-0", - shape: [ - 13 - ], - type: "INT16" - } - ], - inputs: [ - "input-0" - ], - outputs: [ - "result-0" - ] - } - ] -} -- cgit v1.2.1