From de22a661323bcad18a67a318d9cda5ce9f2699a8 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Wed, 18 Jan 2023 15:53:26 +0000 Subject: Create MI tests for Comparison: EQUAL, GREATER, GREATER_EQUAL Signed-off-by: Jeremy Johnson Change-Id: I1d7b1409f48ea1fb177f2956371a927c3904de54 --- .../greater/greater_2x14x12x1_bf16/desc.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 operators/comparison/greater/greater_2x14x12x1_bf16/desc.json (limited to 'operators/comparison/greater/greater_2x14x12x1_bf16/desc.json') diff --git a/operators/comparison/greater/greater_2x14x12x1_bf16/desc.json b/operators/comparison/greater/greater_2x14x12x1_bf16/desc.json new file mode 100644 index 000000000..5ee7961df --- /dev/null +++ b/operators/comparison/greater/greater_2x14x12x1_bf16/desc.json @@ -0,0 +1,25 @@ +{ + "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" + ], + "profile": [ + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1