From 8bf622a44c70564d6a7c712473cdfac3e50ac62d Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Mon, 3 Dec 2018 15:54:49 +0000 Subject: COMPMID-1073: CLDepthwiseConvolutionLayer uses the optimised path Change-Id: Ibdb7d875f8ff89bc210c63d389abef1ea1fd51d5 Reviewed-on: https://review.mlplatform.org/330 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Anthony Barbier --- arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h') diff --git a/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h index 96a0d236f5..4863101ccf 100644 --- a/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h +++ b/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h @@ -164,6 +164,7 @@ private: bool _is_quantized; bool _is_activationlayer_enabled; const ICLTensor *_original_weights; + std::unique_ptr _optimised_function; }; } #endif /*__ARM_COMPUTE_CLDEPTHWISECONVOLUTION_H__ */ -- cgit v1.2.1