Searched refs:PermuteNodesInPlace (Results 1 – 3 of 3) sorted by relevance
126 PermuteNodesInPlace(graph, &ready_nodes, /*invert_permutation=*/true); in ReversedTopologicalSort()133 PermuteNodesInPlace(graph, &ready_nodes, /*invert_permutation=*/true); in TopologicalSort()
292 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation,
345 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation, in PermuteNodesInPlace() function