aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp')
-rw-r--r--src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp b/src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp
index 3cfb6e6646..52ff7b3798 100644
--- a/src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp
+++ b/src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp
@@ -173,7 +173,7 @@ class WinogradConvolutionLayer : public IWinogradConvolutionLayer
/** Create a new Winograd convolution layer.
*/
WinogradConvolutionLayer(
- const arm_gemm::CPUInfo &cpuinfo, /** Describes CPU properties. */
+ const CPUInfo &cpuinfo, /** Describes CPU properties. */
const int n_threads, /** Maximum number of threads used to execute the convolution. */
const int n_batches, /** Number of batches in the input and output tensors. */
const int n_input_channels, /** Number of feature maps in a batch of the input tensor. */