From dc460f13ee65e27b2a428e44c2d80afb1f516a99 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 24 Aug 2017 19:02:44 +0100 Subject: COMPMID-417: Port PoolingLayer to new validation. Change-Id: I7f2f5f5f81ad9932661fc4c660bf90614288bc96 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85270 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/validation/ReferenceCPP.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/validation/ReferenceCPP.h') diff --git a/tests/validation/ReferenceCPP.h b/tests/validation/ReferenceCPP.h index 29612d1e3b..96aade9705 100644 --- a/tests/validation/ReferenceCPP.h +++ b/tests/validation/ReferenceCPP.h @@ -259,13 +259,6 @@ public: */ static void batch_normalization_layer(const RawTensor &src, RawTensor &dst, const RawTensor &mean, const RawTensor &var, const RawTensor &beta, const RawTensor &gamma, float epsilon, int fixed_point_position = 0); - /** Pooling layer of @p src based on the information from @p pool_info. - * - * @param[in] src Input tensor. - * @param[out] dst Result tensor. - * @param[in] pool_info Pooling Layer information. - */ - static void pooling_layer(const RawTensor &src, RawTensor &dst, PoolingLayerInfo pool_info); /** ROI Pooling layer of @p src based on the information from @p pool_info and @p rois. * * @param[in] src Input tensor. -- cgit v1.2.1