From 0eeab397805ba40bf3b1404bbf14cec6cfdc393c Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:51 +0100 Subject: Updating LOGICAL_NOT tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: Ic39775228d9e267af19f697aab03142d44573689 --- .../logical_not/logical_not_49x42_b/desc.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 operators/ew_unary/logical_not/logical_not_49x42_b/desc.json (limited to 'operators/ew_unary/logical_not/logical_not_49x42_b/desc.json') diff --git a/operators/ew_unary/logical_not/logical_not_49x42_b/desc.json b/operators/ew_unary/logical_not/logical_not_49x42_b/desc.json new file mode 100644 index 000000000..3cd43b509 --- /dev/null +++ b/operators/ew_unary/logical_not/logical_not_49x42_b/desc.json @@ -0,0 +1,20 @@ +{ + "tosa_file": "test.json", + "ifm_name": [ + "input-0" + ], + "ifm_file": [ + "input-0.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