CMakeLists.txt 208 字节
Newer Older
Y
yuyang18 已提交
1
cc_library(node SRCS node.cc DEPS proto_desc)
D
Dang 已提交
2
cc_library(graph SRCS graph.cc DEPS node)
Y
yuyang18 已提交
3
cc_library(pass SRCS pass.cc DEPS graph node)
X
Xin Pan 已提交
4 5

cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)