From e7104649446fcd2101f088e59622291e87535941 Mon Sep 17 00:00:00 2001 From: qnqinan Date: Fri, 17 Aug 2018 18:01:59 +0800 Subject: [PATCH] update register list of FPGAnets --- tools/op.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/op.cmake b/tools/op.cmake index fd2b103842..74f296646e 100644 --- a/tools/op.cmake +++ b/tools/op.cmake @@ -108,6 +108,7 @@ if ("FPGAnets" IN_LIST NET) set(DROPOUT_OP ON) set(FUSION_CONVBNRELU_OP ON) set(FUSION_CONVBN_OP ON) + set(FUSION_CONVADD_OP ON) set(FOUND_MATCH ON) endif() -- GitLab