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.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 8710885..2daeb9d 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -35,5 +35,10 @@ class ErrorIf(object):
AxisSmallerZero = "AxisSmallerZero"
AxisLargerRank = "AxisLargerRank"
ShapeOfAxisNotOne = "ShapeOfAxisNotOne"
+ KernelSmallerOne = "KernelSmallerOne"
+ StrideSmallerOne = "StrideSmallerOne"
+ PadSmallerZero = "PadSmallerZero"
+ PadLargerEqualKernel = "PadLargerEqualKernel"
+ PoolingOutputShapeMismatch = "PoolingOutputShapeMismatch"