aboutsummaryrefslogtreecommitdiff
path: root/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/desc.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-03 16:24:52 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-01-03 16:26:20 +0000
commit59dba4bee812c3fddd8d5ed20464f8417a6997c4 (patch)
tree3bc4e8e3e87a7253d52c73599c0e78df572fb320 /operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/desc.json
parentff47fea5f558845c7ff6bd07e89318a108736aa2 (diff)
downloadconformance_tests-59dba4bee812c3fddd8d5ed20464f8417a6997c4.tar.gz
Updating CONTROL_FLOW tests for new ERROR_IF cases
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Iab804b9fa6bd37f609b1a8ccda84667a01289c91
Diffstat (limited to 'operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/desc.json')
-rw-r--r--operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/desc.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/desc.json b/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/desc.json
new file mode 100644
index 000000000..eaf7d5e44
--- /dev/null
+++ b/operators/control_flow/cond_if_binary/cond_if_binary_ERRORIF_CondIfCondNotMatchingBool_12x9_i32_cond0/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": "Conditional tensor does not match bool type",
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file