Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dcollective_order.cc148 Graph* graph, GraphCollectiveOrder order_type, in InsertControlDependencies() argument
151 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() argument
202 return InsertControlDependencies(graph, order_type, dependency_edges); in OrderCollectives()
Dcollective_order.h32 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type);