From 9688378ce14f0c2663a27b2c879ed1928247a08e Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Fri, 15 Sep 2017 14:10:48 +0100 Subject: COMPMID-494: Port BatchNormalizationLayer to new validation Change-Id: Ief5334dd1cf571d977acf4ce9e5f580c5c9ab433 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/88158 Tested-by: Kaizen Reviewed-by: Pablo Tello --- tests/validation_old/ReferenceCPP.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tests/validation_old/ReferenceCPP.h') diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h index 5bc10a512f..2f02afc30e 100644 --- a/tests/validation_old/ReferenceCPP.h +++ b/tests/validation_old/ReferenceCPP.h @@ -198,20 +198,6 @@ public: * @param[in] constant_border_value Constant value to use for borders if border_mode is set to CONSTANT. */ static void warp_perspective(const RawTensor &src, RawTensor &dst, RawTensor &valid_mask, const float *matrix, InterpolationPolicy policy, BorderMode border_mode, uint8_t constant_border_value); - - /** Batch Normalization of @p src based on the information from @p norm_info. - * - * @param[in] src Input tensor. - * @param[out] dst Result tensor. - * @param[out] mean Mean vector tensor. - * @param[out] var Var vector tensor. - * @param[out] beta Beta vector tensor. - * @param[out] gamma Gamma vector tensor. - * @param[in] epsilon Small value to avoid division with zero. - * @param[in] fixed_point_position Fixed point position. - */ - 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); /** 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