aboutsummaryrefslogtreecommitdiff
path: root/tests/RawTensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RawTensor.h')
-rw-r--r--tests/RawTensor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/RawTensor.h b/tests/RawTensor.h
index 2480917c38..9d65e4f319 100644
--- a/tests/RawTensor.h
+++ b/tests/RawTensor.h
@@ -114,6 +114,9 @@ public:
/** Number of elements of the tensor. */
int num_elements() const;
+ /** Available padding around the tensor. */
+ PaddingSize padding() const;
+
/** The number of bits for the fractional part of the fixed point numbers. */
int fixed_point_position() const;