aboutsummaryrefslogtreecommitdiff
path: root/tests/IAccessor.h
diff options
context:
space:
mode:
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 0517981df5..ef06e9e9da 100644
--- a/tests/IAccessor.h
+++ b/tests/IAccessor.h
@@ -61,6 +61,9 @@ public:
/** Number of elements of the tensor. */
virtual int num_elements() const = 0;
+ /** Available padding around the tensor. */
+ virtual PaddingSize padding() const = 0;
+
/** Number of bits for the fractional part. */
virtual int fixed_point_position() const = 0;