aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
diff options
context:
space:
mode:
authorPablo Tello <pablo.tello@arm.com>2018-12-03 15:54:49 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2018-12-05 11:34:26 +0000
commit8bf622a44c70564d6a7c712473cdfac3e50ac62d (patch)
treed0d9d8e8cd628349079ee691125dd9207dc5c913 /arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h
parentbe1c017071c81912c78428377d3d95d2da2f966f (diff)
downloadComputeLibrary-8bf622a44c70564d6a7c712473cdfac3e50ac62d.tar.gz
COMPMID-1073: CLDepthwiseConvolutionLayer uses the optimised path
Change-Id: Ibdb7d875f8ff89bc210c63d389abef1ea1fd51d5 Reviewed-on: https://review.mlplatform.org/330 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Anthony Barbier <Anthony.barbier@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLDepthwiseConvolutionLayer.h1
1 files changed, 1 insertions, 0 deletions
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<IFunction> _optimised_function;
};
}
#endif /*__ARM_COMPUTE_CLDEPTHWISECONVOLUTION_H__ */