From 5482760ba23bfb00fe7f55f05c6f0bf6fcde25aa Mon Sep 17 00:00:00 2001 From: "qin.chen" Date: Thu, 11 Aug 2022 17:19:52 +0800 Subject: [PATCH] include Topk op's header file --- include/tim/vx/ops.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/tim/vx/ops.h b/include/tim/vx/ops.h index 2d2d25f..b9b16fc 100644 --- a/include/tim/vx/ops.h +++ b/include/tim/vx/ops.h @@ -92,5 +92,6 @@ #include "tim/vx/ops/unstack.h" #include "tim/vx/ops/conv3d.h" #include "tim/vx/ops/custom_base.h" +#include "tim/vx/ops/topk.h" #endif /* TIM_VX_OPS_H_ */