aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/ReferenceCPP.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation_old/ReferenceCPP.h')
-rw-r--r--tests/validation_old/ReferenceCPP.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h
index 1adf59dc9d..6bc44b32b4 100644
--- a/tests/validation_old/ReferenceCPP.h
+++ b/tests/validation_old/ReferenceCPP.h
@@ -148,13 +148,6 @@ public:
* @param[in] pool_info ROI Pooling Layer information.
*/
static void roi_pooling_layer(const RawTensor &src, RawTensor &dst, const std::vector<ROI> &rois, const ROIPoolingLayerInfo &pool_info);
- /** Fixed point operations of @p src
- *
- * @param[in] src Input tensor.
- * @param[out] dst Result tensor.
- * @param[in] op Fixed point operation to perform.
- */
- static void fixed_point_operation(const RawTensor &src, RawTensor &dst, FixedPointOp op);
private:
ReferenceCPP() = delete;