From c4092d6680fe919b2631f273cdfb3342fcae4bcc Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:48 +0100 Subject: Updating SELECT tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I01b98dc43d4fccfde79e04194846b70604e6cdf5 --- .../ew_ternary/select/select_37x1x26_i16/desc.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 operators/ew_ternary/select/select_37x1x26_i16/desc.json (limited to 'operators/ew_ternary/select/select_37x1x26_i16/desc.json') diff --git a/operators/ew_ternary/select/select_37x1x26_i16/desc.json b/operators/ew_ternary/select/select_37x1x26_i16/desc.json new file mode 100644 index 000000000..8270b964d --- /dev/null +++ b/operators/ew_ternary/select/select_37x1x26_i16/desc.json @@ -0,0 +1,24 @@ +{ + "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" + ] +} \ No newline at end of file -- cgit v1.2.1