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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index eb67ea8..7c162be 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -41,6 +41,7 @@ class ErrorIf(object):
ShapeOfAxisNotOne = "ShapeOfAxisNotOne"
KernelSmallerOne = "KernelSmallerOne"
StrideSmallerOne = "StrideSmallerOne"
+ DilationSmallerOne = "DilationSmallerOne"
PadSmallerZero = "PadSmallerZero"
PadLargerEqualKernel = "PadLargerEqualKernel"
PoolingOutputShapeMismatch = "PoolingOutputShapeMismatch"
@@ -68,4 +69,3 @@ class ErrorIf(object):
InputListBodyGraphOutputMismatch = "InputListBodyGraphOutputMismatch"
CondGraphOutputNotMatchingBool = "CondGraphOutputNotMatchingBool"
-