From f26e48db4337bfbaf567ac21c72ff2d58d870040 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Fri, 17 Jun 2022 13:07:12 +0100 Subject: Updating ARGMAX tests for v0.30.0 release Signed-off-by: Jeremy Johnson Change-Id: I5ad4da95fb9e88ab93634afcc3a4348771c711a5 --- .../argmax_ERRORIF_WrongInputType_15_b_axis0/desc.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 operators/tensor/argmax/argmax_ERRORIF_WrongInputType_15_b_axis0/desc.json (limited to 'operators/tensor/argmax/argmax_ERRORIF_WrongInputType_15_b_axis0/desc.json') diff --git a/operators/tensor/argmax/argmax_ERRORIF_WrongInputType_15_b_axis0/desc.json b/operators/tensor/argmax/argmax_ERRORIF_WrongInputType_15_b_axis0/desc.json new file mode 100644 index 000000000..453da2758 --- /dev/null +++ b/operators/tensor/argmax/argmax_ERRORIF_WrongInputType_15_b_axis0/desc.json @@ -0,0 +1,18 @@ +{ + "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": 2, + "expected_failure": true, + "expected_failure_desc": "Input data type not supported for this operator" +} \ No newline at end of file -- cgit v1.2.1