Home
last modified time | relevance | path

Searched refs:PermuteNodesInPlace (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dtopological_sort.cc126 PermuteNodesInPlace(graph, &ready_nodes, /*invert_permutation=*/true); in ReversedTopologicalSort()
133 PermuteNodesInPlace(graph, &ready_nodes, /*invert_permutation=*/true); in TopologicalSort()
/external/tensorflow/tensorflow/core/grappler/
Dutils.h292 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation,
Dutils.cc345 void PermuteNodesInPlace(GraphDef* graph, std::vector<int>* permutation, in PermuteNodesInPlace() function