aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/Reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation_old/Reference.h')
-rw-r--r--tests/validation_old/Reference.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h
index 724f9505b8..f6235f5309 100644
--- a/tests/validation_old/Reference.h
+++ b/tests/validation_old/Reference.h
@@ -126,17 +126,6 @@ public:
* @param[in] pool_info ROI Pooling Layer information.
*/
static RawTensor compute_reference_roi_pooling_layer(const TensorShape &shape, DataType dt, const std::vector<ROI> &rois, const ROIPoolingLayerInfo &pool_info);
- /** Compute reference fixed point operation.
- *
- * @param[in] shape Shape of the input and output tensors.
- * @param[in] dt_in Data type of the input tensor.
- * @param[in] dt_out Data type of the output tensor.
- * @param[in] op Fixed point operation to perform.
- * @param[in] fixed_point_position Number of bits for the fractional part of the fixed point numbers
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_fixed_point_operation(const TensorShape &shape, DataType dt_in, DataType dt_out, FixedPointOp op, int fixed_point_position);
protected:
Reference() = default;