aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/elementwise_unary/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/kernels/elementwise_unary/list.h')
-rw-r--r--src/cpu/kernels/elementwise_unary/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/kernels/elementwise_unary/list.h b/src/cpu/kernels/elementwise_unary/list.h
index 04c3bb6bcb..c1cfbb8a3a 100644
--- a/src/cpu/kernels/elementwise_unary/list.h
+++ b/src/cpu/kernels/elementwise_unary/list.h
@@ -42,6 +42,8 @@ DECLARE_ELEMETWISE_UNARY_KERNEL(neon_fp32_elementwise_unary);
DECLARE_ELEMETWISE_UNARY_KERNEL(neon_fp16_elementwise_unary);
DECLARE_ELEMETWISE_UNARY_KERNEL(neon_s32_elementwise_unary);
DECLARE_ELEMETWISE_UNARY_KERNEL(neon_q8_elementwise_unary);
+DECLARE_ELEMETWISE_UNARY_KERNEL(neon_qasymm8_signed_elementwise_unary);
+DECLARE_ELEMETWISE_UNARY_KERNEL(neon_qasymm8_elementwise_unary);
#undef DECLARE_ELEMETWISE_UNARY_KERNEL