From e926477175d04742f000925b4780d97e0c919e86 Mon Sep 17 00:00:00 2001 From: James Ward Date: Wed, 14 Dec 2022 12:16:05 +0000 Subject: Create MI tests for EW Binary: MINIMUM, MAXIMUM Signed-off-by: James Ward Change-Id: I59cc5c683e270dcea7ced52fc1d037a553ff544f --- .../ew_binary/minimum/minimum_41x62_f16/desc.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 operators/ew_binary/minimum/minimum_41x62_f16/desc.json (limited to 'operators/ew_binary/minimum/minimum_41x62_f16/desc.json') diff --git a/operators/ew_binary/minimum/minimum_41x62_f16/desc.json b/operators/ew_binary/minimum/minimum_41x62_f16/desc.json new file mode 100644 index 000000000..5ee7961df --- /dev/null +++ b/operators/ew_binary/minimum/minimum_41x62_f16/desc.json @@ -0,0 +1,25 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0", + "input-1" + ], + "ifm_file": [ + "input-0.npy", + "input-1.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-mi" + ] +} \ No newline at end of file -- cgit v1.2.1