From ff850937ddfd3095b3cbe32e5c255817e5ccfeda Mon Sep 17 00:00:00 2001 From: Gian Marco Date: Mon, 11 Dec 2017 12:37:17 +0000 Subject: COMPMID-741 - Changelog for major release 17.12 Change-Id: If71190e398217ca6ca44df822554998d047b79db Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112716 Reviewed-by: Anthony Barbier Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h') diff --git a/arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h b/arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h index 6a08d96676..c51d2c1613 100644 --- a/arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h +++ b/arm_compute/runtime/GLES_COMPUTE/functions/GCDropoutLayer.h @@ -25,7 +25,7 @@ #ifndef __ARM_COMPUTE_GCDROPOUTLAYER_H__ #define __ARM_COMPUTE_GCDROPOUTLAYER_H__ -#include "arm_compute/core/GLES_COMPUTE/kernels/GCDropoutKernel.h" +#include "arm_compute/core/GLES_COMPUTE/kernels/GCDropoutLayerKernel.h" #include "arm_compute/runtime/IFunction.h" namespace arm_compute @@ -33,7 +33,7 @@ namespace arm_compute class IGCTensor; /** Basic function to do dropout op. This function calls the following kernels: * - * -# @ref GCDropoutKernel + * -# @ref GCDropoutLayerKernel */ class GCDropoutLayer : public IFunction { @@ -56,7 +56,7 @@ public: void run() override; private: - GCDropoutKernel _dropout_kernel; + GCDropoutLayerKernel _dropout_kernel; }; } -- cgit v1.2.1