Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
DBUILD93 "collective_order.h",
118 "collective_order.cc",
157 "collective_order.cc",
158 "collective_order.h",
/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.cc948 if (options.collective_order != GraphCollectiveOrder::kNone) { in BuildGraph()
950 OrderCollectives(optimized_graph.get(), options.collective_order)); in BuildGraph()
Ddirect_session.cc1303 options.collective_order = GraphCollectiveOrder::kEdges; in CreateExecutors()
1305 options.collective_order = GraphCollectiveOrder::kAttrs; in CreateExecutors()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1162 opts->collective_order = GraphCollectiveOrder::kEdges; in BuildBuildGraphOptions()
1164 opts->collective_order = GraphCollectiveOrder::kAttrs; in BuildBuildGraphOptions()