From de1c2ce9e0710f39464069d880fac7bb9ec24d1a Mon Sep 17 00:00:00 2001 From: James Ward Date: Tue, 31 Jan 2023 12:20:46 +0000 Subject: Create MI tests for Type Conversion: CAST Signed-off-by: James Ward Change-Id: I2faca325583245248e7043cf3359e696ececac19 --- .../desc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/desc.json (limited to 'operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/desc.json') diff --git a/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/desc.json b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/desc.json new file mode 100644 index 000000000..671c6cfc2 --- /dev/null +++ b/operators/type_conversion/cast/cast_ERRORIF_WrongOutputList_4x8x3_f32_outf16/desc.json @@ -0,0 +1,21 @@ +{ + "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": "Op output list does not match expected output", + "profile": [ + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1