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, 2 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 2daeb9d..5e219cc 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -40,5 +40,7 @@ class ErrorIf(object):
PadSmallerZero = "PadSmallerZero"
PadLargerEqualKernel = "PadLargerEqualKernel"
PoolingOutputShapeMismatch = "PoolingOutputShapeMismatch"
+ ScaleNotTrue = "ScaleNotTrue"
+ ScaleTrue = "ScaleTrue"