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 58595d3..94648d3 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -27,4 +27,6 @@ class ErrorIf(object):
WrongInputList = "WrongInputList"
WrongOutputList = "WrongOutputList"
WrongRank = "WrongRank"
+ BatchMismatch = "BatchMismatch"
+ ChannelMismatch = "ChannelMismatch"