From 99123d66335bc05c7d42b1999ac4671b50706746 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 17:38:23 +0100 Subject: Updating CAST tests for renaming of out type Signed-off-by: Jeremy Johnson Change-Id: Id3dc86ec45fe884359f6529cba0fe28e709f89f3 --- .../cast/cast_33x24x60_b_outINT32/desc.json | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 operators/type_conversion/cast/cast_33x24x60_b_outINT32/desc.json (limited to 'operators/type_conversion/cast/cast_33x24x60_b_outINT32/desc.json') diff --git a/operators/type_conversion/cast/cast_33x24x60_b_outINT32/desc.json b/operators/type_conversion/cast/cast_33x24x60_b_outINT32/desc.json deleted file mode 100644 index 7b8f68902..000000000 --- a/operators/type_conversion/cast/cast_33x24x60_b_outINT32/desc.json +++ /dev/null @@ -1,24 +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": 0, - "expected_failure": false, - "expected_result_file": [ - "Conformance-result-0.npy" - ], - "profile": [ - "tosa-bi", - "tosa-mi" - ] -} \ No newline at end of file -- cgit v1.2.1