aboutsummaryrefslogtreecommitdiff
path: root/operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:37 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:06:37 +0100
commite6f2dc9772476e7be0c139ea01b25688325397c3 (patch)
tree21c522bf3109692507d87e337efcfaa719c16a7c /operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json
parentf722ca70e9692c51e8049644dc692b0bd17d3f9c (diff)
downloadconformance_tests-e6f2dc9772476e7be0c139ea01b25688325397c3.tar.gz
Updating LOGICAL_AND tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I7d333e69326a555e289d0bc8d3a7be0405859212
Diffstat (limited to 'operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json')
-rw-r--r--operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json b/operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json
new file mode 100644
index 000000000..e91fa79e6
--- /dev/null
+++ b/operators/ew_binary/logical_and/logical_and_ERRORIF_WrongOutputType_13_b/desc.json
@@ -0,0 +1,20 @@
+{
+ "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": "Output data type not supported for this configuration of operator"
+} \ No newline at end of file