aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEActivationLayer.h
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2019-10-25 16:34:28 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-11-12 21:31:12 +0000
commit7b12bfb369d11eeb3e51ce178955dd0186fa8b52 (patch)
treeffc819895e85018db0c3a49e087f2c40b1cd81e0 /arm_compute/runtime/NEON/functions/NEActivationLayer.h
parent8217c8e4f488eb32733c481ab3a4d905069479f1 (diff)
downloadComputeLibrary-7b12bfb369d11eeb3e51ce178955dd0186fa8b52.tar.gz
COMPMID-1730: Document best practices
Change-Id: I720a3beeb0c6503938f637b42fc45741e4aa1ab5 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/2263 Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEActivationLayer.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEActivationLayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEActivationLayer.h b/arm_compute/runtime/NEON/functions/NEActivationLayer.h
index d383da4f32..a0517ba646 100644
--- a/arm_compute/runtime/NEON/functions/NEActivationLayer.h
+++ b/arm_compute/runtime/NEON/functions/NEActivationLayer.h
@@ -53,6 +53,7 @@ public:
NEActivationLayer &operator=(const NEActivationLayer &) = delete;
/** Default move assignment operator */
NEActivationLayer &operator=(NEActivationLayer &&) = default;
+ /** [NEActivationLayer snippet] **/
/** Set the input and output tensor.
*
* @note If the output tensor is a nullptr or is equal to the input, the activation function will be performed in-place
@@ -63,6 +64,7 @@ public:
* @param[in] activation_info Activation layer parameters.
*/
void configure(ITensor *input, ITensor *output, ActivationLayerInfo activation_info);
+ /** [NEActivationLayer snippet] **/
/** Static function to check if given info will lead to a valid configuration of @ref NEActivationLayer
*
* @param[in] input Source tensor info. In case of @p output tensor info = nullptr, this tensor will store the result