aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_error_if.py
diff options
context:
space:
mode:
authorMatthew Haddon <matthew.haddon@arm.com>2021-09-28 11:38:21 +0100
committerMatthew Haddon <matthew.haddon@arm.com>2021-10-07 17:26:25 +0100
commite4ecdb2ee8471cc713e7562fbec4118820f81a72 (patch)
treedb730f692d8aff73168faca7700d61a721fe8fbc /verif/tosa_error_if.py
parenteacff9ae50b645ec9a293fd58082bacfdbe1e868 (diff)
downloadreference_model-e4ecdb2ee8471cc713e7562fbec4118820f81a72.tar.gz
Add negative testing support for ew_unary operators
* Added negative testing support for the following operators: abs, bitwise_not, ceil, clz, exp, floor, log, logical_not, negate, reciprocal, rsqrt Change-Id: Icc6f146c6407502520330678420951749ba2a9ef Signed-off-by: Matthew Haddon <matthew.haddon@arm.com>
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 c28591d..6656645 100644
--- a/verif/tosa_error_if.py
+++ b/verif/tosa_error_if.py
@@ -30,4 +30,6 @@ class ErrorIf(object):
BatchMismatch = "BatchMismatch"
ChannelMismatch = "ChannelMismatch"
RankMismatch = "RankMismatch"
+ InputZeroPointNotZero = "InputZeroPointNotZero"
+ OutputZeroPointNotZero = "OutputZeroPointNotZero"