aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEIm2ColKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEIm2ColKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEIm2ColKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/NEON/kernels/NEIm2ColKernel.h b/arm_compute/core/NEON/kernels/NEIm2ColKernel.h
index ec89f0f713..f76521f770 100644
--- a/arm_compute/core/NEON/kernels/NEIm2ColKernel.h
+++ b/arm_compute/core/NEON/kernels/NEIm2ColKernel.h
@@ -109,11 +109,11 @@ public:
void run(const Window &window, const ThreadInfo &info) override;
private:
- /** Template function to run the im2col
+ /** Template function to run im2col
*
* @param[in] window Region on which to execute the kernel. (Must be a valid region of the window returned by window()).
*/
- template <typename T, bool has_pads>
+ template <typename T, bool has_pads, bool is_nchw>
void run_im2col(const Window &window);
/** Common signature for all the specialised im2col functions