aboutsummaryrefslogtreecommitdiff
path: root/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:11 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:11 +0100
commit760f96a5a19dffca8c94d4280c5142ce15b8c4ef (patch)
tree8c1a06dbfee8efbe5b3b0f7bd92cb0d7cb3e0476 /operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/desc.json
parentfa017a13f19b8f94f8f873f627f5eb2613d2e191 (diff)
downloadconformance_tests-760f96a5a19dffca8c94d4280c5142ce15b8c4ef.tar.gz
Updating GATHER tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I4d6744c8c95a3f2595da5acb77b193e499c3b251
Diffstat (limited to 'operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/desc.json')
-rw-r--r--operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/desc.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/desc.json b/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/desc.json
new file mode 100644
index 000000000..bb4daa433
--- /dev/null
+++ b/operators/scatter_gather/gather/gather_ERRORIF_WrongOutputType_32x32x32_i16/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": "Output data type not supported for this configuration of operator"
+} \ No newline at end of file