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.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 35a391e..93a35b3 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -45,5 +45,13 @@ class ErrorIf(object):
PoolingOutputShapeMismatch = "PoolingOutputShapeMismatch"
ScaleNotTrue = "ScaleNotTrue"
ScaleTrue = "ScaleTrue"
+ TensorSizeInputOutputMismatch = "TensorSizeInputOutputMismatch"
+ StartSmallerZero = "StartSmallerZero"
+ SizeSmallerEqualZero = "SizeSmallerEqualZero"
+ StartSizeOutsideBounds = "StartSizeOutsideBounds"
+ SizeOutputShapeMismatch = "SizeOutputShapeMismatch"
+ InputSizeStartLengthMismatch = "InputSizeStartLengthMismatch"
+ IndexOutsideBounds = "IndexOutsideBounds"
+ IndexUsedTwice = "IndexUsedTwice"