From 7d3ec0e4ed28c02203816f8169a8d29465c4dcb9 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 16 Jan 2023 15:54:36 +0000 Subject: Create MI tests for EW Unary: LOG, RECIPROCAL, RSQRT, EXP Also regen TRANSPOSE and GREATER ERROR_IF tests due to generator change to using correct filtering. Signed-off-by: Jeremy Johnson Change-Id: Id68e583a736b784c94d8cdad50a27a3dbdbf5215 --- .../log_ERRORIF_WrongInputList_11x10_bf16/desc.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 operators/ew_unary/log/log_ERRORIF_WrongInputList_11x10_bf16/desc.json (limited to 'operators/ew_unary/log/log_ERRORIF_WrongInputList_11x10_bf16/desc.json') diff --git a/operators/ew_unary/log/log_ERRORIF_WrongInputList_11x10_bf16/desc.json b/operators/ew_unary/log/log_ERRORIF_WrongInputList_11x10_bf16/desc.json new file mode 100644 index 000000000..b4526f1cb --- /dev/null +++ b/operators/ew_unary/log/log_ERRORIF_WrongInputList_11x10_bf16/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