From 00dde3db31f3648d0a02a0b382c9e91c9dee9214 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:07 +0100 Subject: Updating COMPARISON tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: I07078c2e6eb75943973f7f13c1ce0a19d1ec5443 --- .../desc.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 operators/comparison/greater/greater_ERRORIF_WrongInputType_14x11x12_i4/desc.json (limited to 'operators/comparison/greater/greater_ERRORIF_WrongInputType_14x11x12_i4/desc.json') diff --git a/operators/comparison/greater/greater_ERRORIF_WrongInputType_14x11x12_i4/desc.json b/operators/comparison/greater/greater_ERRORIF_WrongInputType_14x11x12_i4/desc.json new file mode 100644 index 000000000..33c84b150 --- /dev/null +++ b/operators/comparison/greater/greater_ERRORIF_WrongInputType_14x11x12_i4/desc.json @@ -0,0 +1,24 @@ +{ + "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": "Input data type not supported for this operator", + "profile": [ + "tosa-bi", + "tosa-mi" + ] +} \ No newline at end of file -- cgit v1.2.1