From 4cc1201dde80193611cc8e14a7886aba96a3da09 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:21 +0100 Subject: Updating EW_BINARY tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ia7139c9720b6e2bbaa6b2dcc4c7367aa07135f4e --- .../desc.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputType_12_i32/desc.json (limited to 'operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputType_12_i32/desc.json') diff --git a/operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputType_12_i32/desc.json b/operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputType_12_i32/desc.json new file mode 100644 index 000000000..e7d7ed273 --- /dev/null +++ b/operators/ew_binary/maximum/maximum_ERRORIF_WrongOutputType_12_i32/desc.json @@ -0,0 +1,24 @@ +{ + "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": 2, + "expected_failure": true, + "expected_failure_desc": "Output data type not supported for this configuration of operator", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1