aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h
index 0fd2cf3cb1..2fabe3454a 100644
--- a/arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h
+++ b/arm_compute/runtime/CL/functions/CLFFTConvolutionLayer.h
@@ -118,7 +118,7 @@ private:
CLPadLayer _pad_input_func;
CLPadLayer _pad_weights_func;
CLFFT2D _transform_input_func;
- CLFFT2D _transform_weights_func;
+ std::unique_ptr<CLFFT2D> _transform_weights_func;
CLFFT2D _itransform_output_func;
CLComplexPixelWiseMultiplication _prod_func;
CLReductionOperation _reduce_func;