aboutsummaryrefslogtreecommitdiff
path: root/tests/SimpleTensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SimpleTensor.h')
-rw-r--r--tests/SimpleTensor.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/SimpleTensor.h b/tests/SimpleTensor.h
index 759a869696..335ef9130a 100644
--- a/tests/SimpleTensor.h
+++ b/tests/SimpleTensor.h
@@ -168,11 +168,6 @@ public:
* @return the available padding around the tensor.
*/
PaddingSize padding() const override;
- /** Number of bits for the fractional part.
- *
- * @return the number of bits for the fractional part.
- */
- int fixed_point_position() const override;
/** Quantization info in case of asymmetric quantized type
*
* @return
@@ -296,12 +291,6 @@ size_t SimpleTensor<T>::element_size() const
}
template <typename T>
-int SimpleTensor<T>::fixed_point_position() const
-{
- return 0;
-}
-
-template <typename T>
QuantizationInfo SimpleTensor<T>::quantization_info() const
{
return _quantization_info;