From 7b12bfb369d11eeb3e51ce178955dd0186fa8b52 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 25 Oct 2019 16:34:28 +0100 Subject: COMPMID-1730: Document best practices Change-Id: I720a3beeb0c6503938f637b42fc45741e4aa1ab5 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/2263 Reviewed-by: Manuel Bottini Comments-Addressed: Arm Jenkins Reviewed-by: Michalis Spyrou Tested-by: Arm Jenkins --- arm_compute/runtime/NEON/functions/NEActivationLayer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/runtime/NEON/functions/NEActivationLayer.h') 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 -- cgit v1.2.1