Skip to content

Commit ee40b6e

Browse files
kevemanVijay Vasudevan
authored andcommitted
Post order = Reverse topological order
Change: 112091177
1 parent 9aa8a1d commit ee40b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/core/graph/algorithm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern void DFS(const Graph& g, std::function<void(Node*)> enter,
3232
// Stores in *order the post-order numbering of all nodes
3333
// in graph found via a depth first search starting at the source node.
3434
//
35-
// Note that this is equivalent to topological sorting when the
35+
// Note that this is equivalent to reverse topological sorting when the
3636
// graph does not have cycles.
3737
//
3838
// REQUIRES: order is not NULL.

0 commit comments

Comments
 (0)