aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h b/arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h
index 5e0effe902..a046d1b38c 100644
--- a/arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h
+++ b/arm_compute/runtime/GLES_COMPUTE/functions/GCActivationLayer.h
@@ -29,6 +29,7 @@
namespace arm_compute
{
+// Forward declarations
class IGCTensor;
/** Basic function to run @ref GCActivationLayerKernel
@@ -40,9 +41,9 @@ class GCActivationLayer : public IGCSimpleFunction
public:
/** Constructor
*
- * @param[in] ctx Runtime context to be used by the function
+ * @param[in, out] ctx Runtime context to be used by the function
*/
- GCActivationLayer(void *ctx = nullptr);
+ explicit GCActivationLayer(GCRuntimeContext *ctx = nullptr);
/** Prevent instances of this class from being copied (As this class contains pointers) */
GCActivationLayer(const GCActivationLayer &) = delete;
/** Default move constructor */