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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/verif/tosa_error_if.py b/verif/tosa_error_if.py
index 5e219cc..35a391e 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -31,9 +31,12 @@ class ErrorIf(object):
ChannelMismatch = "ChannelMismatch"
RankMismatch = "RankMismatch"
InputZeroPointNotZero = "InputZeroPointNotZero"
+ WeightZeroPointNotZero = "WeightZeroPointNotZero"
OutputZeroPointNotZero = "OutputZeroPointNotZero"
AxisSmallerZero = "AxisSmallerZero"
AxisLargerRank = "AxisLargerRank"
+ ArgmaxOutputShapeMismatch = "ArgmaxOutputShapeMismatch"
+ ArgmaxOutputRankMismatch = "ArgmaxOutputRankMismatch"
ShapeOfAxisNotOne = "ShapeOfAxisNotOne"
KernelSmallerOne = "KernelSmallerOne"
StrideSmallerOne = "StrideSmallerOne"