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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index f0e752f..c3a9068 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -56,6 +56,7 @@ class ErrorIf(object):
MaxSmallerMin = "MaxSmallerMin"
ConcatInputRankMismatch = "ConcatInputRankMismatch"
ConcatInputDimMismatch = "ConcatInputDimMismatch"
+ ConcatShapeSumMismatch = "ConcatShapeSumMismatch"
CondIfInputListThenGraphMismatch = "CondIfInputListThenGraphMismatch"
CondIfInputListElseGraphMismatch = "CondIfInputListElseGraphMismatch"
CondIfOutputListThenGraphMismatch = "CondIfOutputListThenGraphMismatch"