From d556d7bafe6ad943f4aca0f5285ada7b8ce497f7 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 27 Oct 2020 10:56:31 +0000 Subject: Integrate improved pooling layer on NEON Resolves COMPMID-4035 Change-Id: I559f8c4208fba9193dfe5012f03ddaf26c746215 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4855 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/NEON/kernels/convolution/winograd/winograd_layer.hpp') 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. */ -- cgit v1.2.1