Searched refs:PermuteNodesInPlace (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | topological_sort.cc | 138 PermuteNodesInPlace(graph, &ready_nodes, /*invert_permutation=*/true); in ReversedTopologicalSort() 145 PermuteNodesInPlace(graph, &ready_nodes, /*invert_permutation=*/true); in TopologicalSort()
|
D | graph_view.cc | 1618 PermuteNodesInPlace(graph_, &order, /*invert_permutation=*/false); in SortTopologically()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | utils.h | 400 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation,
|
D | utils.cc | 330 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation, in PermuteNodesInPlace() function
|