aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON/kernels/assembly/pool_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/NEON/kernels/assembly/pool_common.hpp')
-rw-r--r--src/core/NEON/kernels/assembly/pool_common.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/NEON/kernels/assembly/pool_common.hpp b/src/core/NEON/kernels/assembly/pool_common.hpp
index a2d87e9382..cf133c38b2 100644
--- a/src/core/NEON/kernels/assembly/pool_common.hpp
+++ b/src/core/NEON/kernels/assembly/pool_common.hpp
@@ -68,8 +68,7 @@ public:
virtual ~IPoolingCommon() = default;
// Determine the amount of working space required.
- virtual size_t get_working_size(unsigned int num_threads) const = 0;
- virtual size_t get_working_size(unsigned int num_threads, unsigned int n_channels) const = 0;
+ virtual size_t get_working_size(unsigned int num_threads) const = 0;
// Execute pooling over the specified area of memory.
virtual void execute(const void *const input,