From f226201e1c831dec070ad30265459f512d009cd5 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:06:42 +0100 Subject: Updating MAXIMUM tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I1e6b26ed63f266e684ac26c2cc8520ac1105da39 --- .../ew_binary/maximum/maximum_20_i32/desc.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 operators/ew_binary/maximum/maximum_20_i32/desc.json (limited to 'operators/ew_binary/maximum/maximum_20_i32/desc.json') diff --git a/operators/ew_binary/maximum/maximum_20_i32/desc.json b/operators/ew_binary/maximum/maximum_20_i32/desc.json new file mode 100644 index 000000000..be172ba86 --- /dev/null +++ b/operators/ew_binary/maximum/maximum_20_i32/desc.json @@ -0,0 +1,22 @@ +{ + "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": 0, + "expected_failure": false, + "expected_result_file": [ + "Conformance-result-0.npy" + ] +} \ No newline at end of file -- cgit v1.2.1