You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/fluid/framework/ir/CMakeLists.txt

6 lines
208 B

cc_library(node SRCS node.cc DEPS proto_desc)
cc_library(graph SRCS graph.cc DEPS node)
cc_library(pass SRCS pass.cc DEPS graph node)
7 years ago
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)