aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/pool3d/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/pool3d/list.h')
-rw-r--r--src/cpu/kernels/pool3d/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/kernels/pool3d/list.h b/src/cpu/kernels/pool3d/list.h
index ece780eb0b..3426360f93 100644
--- a/src/cpu/kernels/pool3d/list.h
+++ b/src/cpu/kernels/pool3d/list.h
@@ -31,6 +31,8 @@ namespace cpu
#define DECLARE_POOLING_KERNEL(func_name) \
void func_name(const ITensor *src0, ITensor *dst0, Pooling3dLayerInfo &, const Window &window)
+DECLARE_POOLING_KERNEL(neon_q8_pool3d);
+DECLARE_POOLING_KERNEL(neon_q8_signed_pool3d);
DECLARE_POOLING_KERNEL(neon_fp16_pool3d);
DECLARE_POOLING_KERNEL(neon_fp32_pool3d);