未验证 提交 826f6605 编写于 作者: H huzhiqiang 提交者: GitHub

add graph_op into basic type test=develop (#2504)

上级 e0eee83c
......@@ -47,9 +47,9 @@ add_operator(fusion_elementwise_activation_ops basic SRCS fusion_elementwise_act
add_operator(io_copy_once_op basic SRCS io_copy_once_op.cc DEPS io_copy_op ${op_DEPS})
add_operator(dropout_op basic SRCS dropout_op.cc DEPS ${op_DEPS})
add_operator(layout_op basic SRCS layout_op.cc DEPS ${op_DEPS})
add_operator(graph_op basic SRCS graph_op.cc DEPS ${op_DEPS})
# 2.basic ops not used in basic models
add_operator(graph_op extra SRCS graph_op.cc DEPS ${op_DEPS})
add_operator(negative_op extra SRCS negative_op.cc DEPS ${op_DEPS})
add_operator(crop_op extra SRCS crop_op.cc DEPS ${op_DEPS})
add_operator(assign_op extra SRCS assign_op.cc DEPS ${op_DEPS})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册