aboutsummaryrefslogtreecommitdiff
path: root/tests/IAccessor.h
diff options
context:
space:
mode:
authorChunosov <N.Chunosov@yandex.ru>2017-11-03 17:33:15 +0700
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitd621bca4e963555a99be4328c8d49d1813789649 (patch)
tree59503f9d4cdbaafefdba5a2569bf3d88082ad09d /tests/IAccessor.h
parent5a99ddf2dcf3a5eb49ea85cb8bcc6a43f1496e5e (diff)
downloadComputeLibrary-d621bca4e963555a99be4328c8d49d1813789649.tar.gz
COMPMID-661: directconv-uint8 (#20)
Change-Id: I84f7a1ce3658be0d3c91e65096467258af48f0b6 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/94341 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/IAccessor.h')
-rw-r--r--tests/IAccessor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/IAccessor.h b/tests/IAccessor.h
index ef06e9e9da..3744fc8c02 100644
--- a/tests/IAccessor.h
+++ b/tests/IAccessor.h
@@ -67,6 +67,9 @@ public:
/** Number of bits for the fractional part. */
virtual int fixed_point_position() const = 0;
+ /** Quantization info in case of asymmetric quantized type */
+ virtual QuantizationInfo quantization_info() const = 0;
+
/** Read only access to the specified element.
*
* @param[in] coord Coordinates of the desired element.