aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2018-11-22 11:22:18 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-11-23 17:02:27 +0000
commit0c71d0ba75a11720e39e2a7163e993d51350683d (patch)
tree089f7b293802944a7672c85f637141aad0b55c75 /arm_compute/runtime/NEON/functions/NENormalizationLayer.h
parentaaa27189e0e75c3ebad57854ac8901d0140677ac (diff)
downloadComputeLibrary-0c71d0ba75a11720e39e2a7163e993d51350683d.tar.gz
COMPMID-1647 NENormalizationLayer IN_MAP_2D support for NHWC for FP32/FP16
Change-Id: Id74cc7ba8e5cabee6acd3798d4779f88b1f00a9b
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NENormalizationLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NENormalizationLayer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/runtime/NEON/functions/NENormalizationLayer.h b/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
index 4f1f32fba5..d994093e1d 100644
--- a/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
+++ b/arm_compute/runtime/NEON/functions/NENormalizationLayer.h
@@ -55,16 +55,16 @@ public:
/** Set the input and output tensors.
*
* @param[in] input Source tensor. 3 lower dims represent a single input with dimensions [width, height, IFM],
- * and an optional 4th dimension for batch of inputs. Data type supported: F16/F32
- * @param[out] output Destination with the same dimensions, data type and number of channels of @p input
+ * and an optional 4th dimension for batch of inputs. Data type supported: F16/F32. Data layouts supported: NCHW/NHWC.
+ * @param[out] output Destination with the same dimensions, data type, data layout and number of channels of @p input
* @param[in] norm_info Normalization layer information like the normalization type, normalization size and other parameters.
*/
void configure(const ITensor *input, ITensor *output, const NormalizationLayerInfo &norm_info);
/** Static function to check if given info will lead to a valid configuration of @ref NENormalizationLayer
*
* @param[in] input Source tensor. 3 lower dims represent a single input with dimensions [width, height, IFM],
- * and an optional 4th dimension for batch of inputs. Data type supported: F16/F32
- * @param[in] output Destination with the same dimensions, data type and number of channels of @p input
+ * and an optional 4th dimension for batch of inputs. Data type supported: F16/F32. Data layouts supported: NCHW/NHWC.
+ * @param[in] output Destination with the same dimensions, data type, data layout and number of channels of @p input
* @param[in] norm_info Normalization layer information like the normalization type, normalization size and other parameters.
*
* @return a status