You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paddle/fluid/inference/analysis/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,5 @@ It can be used as a helper class that draws the modified graph after each pass.
54
54
There is some helper legacy/function/class for analysis.
55
55
56
56
-[dot.h](./dot.h) give a easy to use interface for generating `DOT` codes,
57
-
-[graph_traits.h](./graph_traits.h) contains the graph traversal algorithms, it uses `iterator` to make the algorithms easy to share across different passes.
57
+
-[graph_traits.h](./graph_traits.h) contains the interfaces of the graph traversal algorithms, it uses `iterator`to make the algorithms easy to share across different passes,
58
+
there are some implementations in [data_flow_graph.cc](./data_flow_graph.cc) , such as BFS and DFS..
0 commit comments