Searched refs:TopologicalSortNodesWithTimePriority (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 48 extern Status TopologicalSortNodesWithTimePriority( 546 TopologicalSortNodesWithTimePriority(&gdef, &nodes, &node_to_start_time)); in TEST() 554 TEST(TopologicalSortNodesWithTimePriority, Dependencies) { in TEST() argument 597 TopologicalSortNodesWithTimePriority(&gdef, &nodes, &node_to_start_time)); in TEST() 618 TEST(TopologicalSortNodesWithTimePriority, WhileLoop) { in TEST() argument 685 TopologicalSortNodesWithTimePriority(&gdef, &nodes, &node_to_start_time)); in TEST()
|
D | graph_partition.cc | 784 Status TopologicalSortNodesWithTimePriority( in TopologicalSortNodesWithTimePriority() function 869 status = TopologicalSortNodesWithTimePriority(gdef, &start_times, in AddControlEdges()
|