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 --- .../desc.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 operators/reduction/reduce_min/reduce_min_ERRORIF_WrongOutputType_11x25_i8_axis0/desc.json (limited to 'operators/reduction/reduce_min/reduce_min_ERRORIF_WrongOutputType_11x25_i8_axis0/desc.json') diff --git a/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongOutputType_11x25_i8_axis0/desc.json b/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongOutputType_11x25_i8_axis0/desc.json deleted file mode 100644 index 199bfa93c..000000000 --- a/operators/reduction/reduce_min/reduce_min_ERRORIF_WrongOutputType_11x25_i8_axis0/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 -- cgit v1.2.1