We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b58c62 + 6f72b3b commit 59970fdCopy full SHA for 59970fd
paddle/fluid/framework/ir/CMakeLists.txt
@@ -1,5 +1,5 @@
1
-cc_library(graph SRCS graph.cc DEPS node)
2
cc_library(node SRCS node.cc DEPS proto_desc)
+cc_library(graph SRCS graph.cc DEPS node)
3
cc_library(pass SRCS pass.cc DEPS graph node)
4
5
cc_test(graph_test SRCS graph_test.cc DEPS graph proto_desc op_registry)
0 commit comments