aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_error_if.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa_error_if.py')
-rw-r--r--verif/tosa_error_if.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 9fcc374..f0e752f 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -56,5 +56,14 @@ class ErrorIf(object):
MaxSmallerMin = "MaxSmallerMin"
ConcatInputRankMismatch = "ConcatInputRankMismatch"
ConcatInputDimMismatch = "ConcatInputDimMismatch"
+ CondIfInputListThenGraphMismatch = "CondIfInputListThenGraphMismatch"
+ CondIfInputListElseGraphMismatch = "CondIfInputListElseGraphMismatch"
+ CondIfOutputListThenGraphMismatch = "CondIfOutputListThenGraphMismatch"
+ CondIfOutputListElseGraphMismatch = "CondIfOutputListElseGraphMismatch"
+ InputListOutputListMismatch = "InputListOutputListMismatch"
+ InputListCondGraphMismatch = "InputListCondGraphMismatch"
+ InputListBodyGraphInputMismatch = "InputListBodyGraphInputMismatch"
+ InputListBodyGraphOutputMismatch = "InputListBodyGraphOutputMismatch"
+ CondGraphOutputNotMatchingBool = "CondGraphOutputNotMatchingBool"