提交 96ffba17 编写于 作者: L liuruilong

remove test code

上级 31d45453
...@@ -38,8 +38,6 @@ if (googlenet) ...@@ -38,8 +38,6 @@ if (googlenet)
add_definitions(-DFUSION_FC_OP) add_definitions(-DFUSION_FC_OP)
add_definitions(-DPOOL_OP) add_definitions(-DPOOL_OP)
add_definitions(-DRELU_OP) add_definitions(-DRELU_OP)
message("hello google net")
elseif (mobilenet) elseif (mobilenet)
add_definitions(-DCONV_OP) add_definitions(-DCONV_OP)
add_definitions(-DELEMENTWISEADD_OP) add_definitions(-DELEMENTWISEADD_OP)
...@@ -50,8 +48,6 @@ elseif (mobilenet) ...@@ -50,8 +48,6 @@ elseif (mobilenet)
add_definitions(-DBATCHNORM_OP) add_definitions(-DBATCHNORM_OP)
add_definitions(-DPOOL_OP) add_definitions(-DPOOL_OP)
add_definitions(-DRESHAPE_OP) add_definitions(-DRESHAPE_OP)
message("hello google mobilenet")
elseif (yolo) elseif (yolo)
add_definitions(-DBATCHNORM_OP) add_definitions(-DBATCHNORM_OP)
add_definitions(-DCONV_OP) add_definitions(-DCONV_OP)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册