aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLDirectConvolutionLayerKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLDirectConvolutionLayerKernel.h')
-rw-r--r--src/core/CL/kernels/CLDirectConvolutionLayerKernel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/CL/kernels/CLDirectConvolutionLayerKernel.h b/src/core/CL/kernels/CLDirectConvolutionLayerKernel.h
index 5cd674f631..0257d0c2dd 100644
--- a/src/core/CL/kernels/CLDirectConvolutionLayerKernel.h
+++ b/src/core/CL/kernels/CLDirectConvolutionLayerKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2020 Arm Limited.
+ * Copyright (c) 2017-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -120,6 +120,7 @@ public:
BorderSize _border_size;
int _conv_stride_x;
int _conv_stride_y;
+ PadStrideInfo _conv_info;
};
} // namespace arm_compute
#endif /*ARM_COMPUTE_CLDIRECTCONVOLUTIONLAYERKERNEL_H */