From f0581556d357dc73610b888cea5b84ebd20a0871 Mon Sep 17 00:00:00 2001 From: qnqinan Date: Fri, 17 Aug 2018 15:00:05 +0800 Subject: [PATCH] update register list of resnet --- tools/op.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/op.cmake b/tools/op.cmake index 8f5ffb52ae..fd2b103842 100644 --- a/tools/op.cmake +++ b/tools/op.cmake @@ -86,6 +86,8 @@ if ("resnet" IN_LIST NET) set(RELU_OP ON) set(ELEMENTWISEADD_OP ON) set(POOL_OP ON) + set(BATCHNORM_OP ON) + set(MUL_OP ON) set(RESHAPE_OP ON) set(SOFTMAX_OP ON) -- GitLab