aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_error_if.py
diff options
context:
space:
mode:
authorLes Bell <les.bell@arm.com>2021-11-09 14:42:14 +0000
committerLes Bell <les.bell@arm.com>2021-11-18 08:12:45 +0000
commit0e027d43bf9964fb4c7e6187ccd3e8dfbcf9522f (patch)
tree6b13b8de5337285d99ed85bd3ba329ba1ef704c8 /verif/tosa_error_if.py
parent3aea3c36634c8ddfd65b17c4466caf154a721b2a (diff)
downloadreference_model-0e027d43bf9964fb4c7e6187ccd3e8dfbcf9522f.tar.gz
Convolutions ERROR_IF tests
Signed-off-by: Les Bell <les.bell@arm.com> Change-Id: I68a13e1b337b1afc2ab5e0edcffda2b4b0cecdda
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"
-