Home
last modified time | relevance | path

Searched refs:TopologicalSortNodesWithTimePriority (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc48 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()
Dgraph_partition.cc784 Status TopologicalSortNodesWithTimePriority( in TopologicalSortNodesWithTimePriority() function
869 status = TopologicalSortNodesWithTimePriority(gdef, &start_times, in AddControlEdges()