From 8bdda4f520a4fcb740a91ba4d34839169e33dadc Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 26 Apr 2023 15:51:04 +0100 Subject: Updating EW_TERNARY tests for 8k level support Signed-off-by: Jeremy Johnson Change-Id: Ic82ec4a5f0f1bec74039e7a036bda7e7380a1918 --- .../select/select_2x1x5x9x7x7_i16/desc.json | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 operators/ew_ternary/select/select_2x1x5x9x7x7_i16/desc.json (limited to 'operators/ew_ternary/select/select_2x1x5x9x7x7_i16/desc.json') diff --git a/operators/ew_ternary/select/select_2x1x5x9x7x7_i16/desc.json b/operators/ew_ternary/select/select_2x1x5x9x7x7_i16/desc.json new file mode 100644 index 000000000..22628ef95 --- /dev/null +++ b/operators/ew_ternary/select/select_2x1x5x9x7x7_i16/desc.json @@ -0,0 +1,31 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0", + "input-1", + "input-2" + ], + "ifm_file": [ + "input-0.npy", + "input-1.npy", + "input-2.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-bi", + "tosa-mi" + ], + "tag": [ + "8k_level" + ] +} \ No newline at end of file -- cgit v1.2.1