aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h b/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h
index 340ac6e749..4dbd0f828a 100644
--- a/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h
+++ b/arm_compute/runtime/CL/functions/CLGEMMConvolutionLayer.h
@@ -58,10 +58,10 @@ public:
CLConvolutionLayerReshapeWeights(const CLConvolutionLayerReshapeWeights &) = delete;
/** Prevent instances of this class from being copied */
CLConvolutionLayerReshapeWeights &operator=(const CLConvolutionLayerReshapeWeights &) = delete;
- /** Prevent instances of this class to be moved */
- CLConvolutionLayerReshapeWeights(CLConvolutionLayerReshapeWeights &&) = delete;
- /** Prevent instances of this class to be moved */
- CLConvolutionLayerReshapeWeights &operator=(CLConvolutionLayerReshapeWeights &&) = delete;
+ /** Default move constructor */
+ CLConvolutionLayerReshapeWeights(CLConvolutionLayerReshapeWeights &&) = default;
+ /** Default move assignment operator */
+ CLConvolutionLayerReshapeWeights &operator=(CLConvolutionLayerReshapeWeights &&) = default;
/** Default destructor */
~CLConvolutionLayerReshapeWeights();
/** Set the input and output tensors.