From bceaa684e5249be84669ca1b1d8260236f0c1a6e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:39 +0100 Subject: Updating LOGICAL_OR tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I6e92b765ed7963850f1829e3288ed103e3471455 --- .../desc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 operators/ew_binary/logical_or/logical_or_ERRORIF_WrongOutputList_20x38x2x22_b/desc.json (limited to 'operators/ew_binary/logical_or/logical_or_ERRORIF_WrongOutputList_20x38x2x22_b/desc.json') diff --git a/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongOutputList_20x38x2x22_b/desc.json b/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongOutputList_20x38x2x22_b/desc.json new file mode 100644 index 000000000..67ab4225d --- /dev/null +++ b/operators/ew_binary/logical_or/logical_or_ERRORIF_WrongOutputList_20x38x2x22_b/desc.json @@ -0,0 +1,20 @@ +{ + "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": "Op output list does not match expected output" +} \ No newline at end of file -- cgit v1.2.1