From e6f9063246205683ac621abf062cddeb8bae1de9 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:23 +0100 Subject: Updating EW_TERNARY tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Icd7bfb5c9db6f8444077881c875e3e991433d13c --- .../select_ERRORIF_WrongInputType_36_i4/desc.json | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 operators/ew_ternary/select/select_ERRORIF_WrongInputType_36_i4/desc.json (limited to 'operators/ew_ternary/select/select_ERRORIF_WrongInputType_36_i4/desc.json') diff --git a/operators/ew_ternary/select/select_ERRORIF_WrongInputType_36_i4/desc.json b/operators/ew_ternary/select/select_ERRORIF_WrongInputType_36_i4/desc.json deleted file mode 100644 index 32f91dd72..000000000 --- a/operators/ew_ternary/select/select_ERRORIF_WrongInputType_36_i4/desc.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "tosa_file": "test.json", - "ifm_name": [ - "input-0", - "input-1", - "input-2" - ], - "ifm_file": [ - "input-0.npy", - "input-1.npy", - "input-2.npy" - ], - "ofm_name": [ - "result-0" - ], - "ofm_file": [ - "result-0.npy" - ], - "expected_return_code": 2, - "expected_failure": true, - "expected_failure_desc": "Input data type not supported for this operator", - "profile": [ - "tosa-bi", - "tosa-mi" - ] -} \ No newline at end of file -- cgit v1.2.1