From cdf51455df8835e9e3bfd3e31ed389146af9a573 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 31 Aug 2017 14:21:36 +0100 Subject: COMPMID-515: L2 Pooling for FP32/FP16 in CL. Change-Id: I43641fa672f5905ca62edd1f63fc93e0cf7ea382 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/85963 Tested-by: Kaizen Reviewed-by: Gian Marco Iodice --- arm_compute/core/Utils.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arm_compute/core/Utils.h') diff --git a/arm_compute/core/Utils.h b/arm_compute/core/Utils.h index 39ec6587de..ab5d110f91 100644 --- a/arm_compute/core/Utils.h +++ b/arm_compute/core/Utils.h @@ -609,6 +609,13 @@ const std::string &string_from_border_mode(BorderMode border_mode); * @return The string describing the normalization type. */ const std::string &string_from_norm_type(NormType type); +/** Translates a given pooling type to a string. + * + * @param[in] type @ref PoolingType to be translated to string. + * + * @return The string describing the pooling type. + */ +const std::string &string_from_pooling_type(PoolingType type); /** Lower a given string. * * @param[in] val Given string to lower. -- cgit v1.2.1