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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 93a35b3..9fcc374 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -53,5 +53,8 @@ class ErrorIf(object):
InputSizeStartLengthMismatch = "InputSizeStartLengthMismatch"
IndexOutsideBounds = "IndexOutsideBounds"
IndexUsedTwice = "IndexUsedTwice"
+ MaxSmallerMin = "MaxSmallerMin"
+ ConcatInputRankMismatch = "ConcatInputRankMismatch"
+ ConcatInputDimMismatch = "ConcatInputDimMismatch"