Searched refs:order_type (Results 1 – 2 of 2) sorted by relevance
148 Graph* graph, GraphCollectiveOrder order_type, in InsertControlDependencies() argument151 if (order_type == GraphCollectiveOrder::kEdges) { in InsertControlDependencies()158 } else if (order_type == GraphCollectiveOrder::kAttrs) { in InsertControlDependencies()177 static_cast<int>(order_type)); in InsertControlDependencies()184 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type) { in OrderCollectives() argument202 return InsertControlDependencies(graph, order_type, dependency_edges); in OrderCollectives()
32 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type);