From 1aa23bd44af0ae508dc83d26e66dfc6d68d837f8 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Dec 2022 12:54:33 +0000 Subject: Create MI tests for EW Unary: ABS, CEIL, FLOOR, NEGATE Signed-off-by: James Ward Change-Id: I2359051636ec6f3924bfc854c227993a883067cc --- .../desc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 operators/ew_unary/abs/abs_ERRORIF_WrongInputList_10x3x13x3_f32/desc.json (limited to 'operators/ew_unary/abs/abs_ERRORIF_WrongInputList_10x3x13x3_f32/desc.json') diff --git a/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_10x3x13x3_f32/desc.json b/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_10x3x13x3_f32/desc.json new file mode 100644 index 000000000..b4526f1cb --- /dev/null +++ b/operators/ew_unary/abs/abs_ERRORIF_WrongInputList_10x3x13x3_f32/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 input list does not match expected input", + "profile": [ + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1