Home
last modified time | relevance | path

Searched refs:collective_order (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dbuild_graph_options.h41 GraphCollectiveOrder collective_order = GraphCollectiveOrder::kNone; member
Dbuild_graph_options.cc39 switch (collective_order) { in DebugString()
Dgraph_execution_state.cc829 if (options.collective_order != GraphCollectiveOrder::kNone) { in BuildGraph()
831 OrderCollectives(optimized_graph.get(), options.collective_order)); in BuildGraph()
Ddirect_session.cc1197 options.collective_order = GraphCollectiveOrder::kEdges; in CreateExecutors()
1199 options.collective_order = GraphCollectiveOrder::kAttrs; in CreateExecutors()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1105 opts->collective_order = GraphCollectiveOrder::kEdges; in BuildBuildGraphOptions()
1107 opts->collective_order = GraphCollectiveOrder::kAttrs; in BuildBuildGraphOptions()
/external/tensorflow/tensorflow/core/
DBUILD2925 "graph/collective_order.h",
2952 "graph/collective_order.cc",