aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h b/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
index 2e68f8edb9..fa10fdd75e 100644
--- a/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
+++ b/arm_compute/runtime/GLES_COMPUTE/functions/GCNormalizationLayer.h
@@ -36,6 +36,7 @@
namespace arm_compute
{
+// Forward declarations
class IGCTensor;
/** Basic function to compute a normalization layer. This function calls the following OpenGL ES kernels:
@@ -43,7 +44,6 @@ class IGCTensor;
* -# @ref GCPixelWiseMultiplicationKernel
* -# @ref GCFillBorderKernel
* -# @ref GCNormalizationLayerKernel
- *
*/
class GCNormalizationLayer : public IFunction
{
@@ -69,5 +69,5 @@ private:
GCPixelWiseMultiplicationKernel _multiply_kernel; /**< Pixel multiplication kernel to run */
GCFillBorderKernel _border_handler; /**< Kernel to handle borders */
};
-}
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_GCNORMALIZATIONLAYER_H__ */