Searched refs:collective_order (Results 1 – 6 of 6) sorted by relevance
93 "collective_order.h",118 "collective_order.cc",157 "collective_order.cc",158 "collective_order.h",
41 GraphCollectiveOrder collective_order = GraphCollectiveOrder::kNone; member
39 switch (collective_order) { in DebugString()
948 if (options.collective_order != GraphCollectiveOrder::kNone) { in BuildGraph()950 OrderCollectives(optimized_graph.get(), options.collective_order)); in BuildGraph()
1303 options.collective_order = GraphCollectiveOrder::kEdges; in CreateExecutors()1305 options.collective_order = GraphCollectiveOrder::kAttrs; in CreateExecutors()
1162 opts->collective_order = GraphCollectiveOrder::kEdges; in BuildBuildGraphOptions()1164 opts->collective_order = GraphCollectiveOrder::kAttrs; in BuildBuildGraphOptions()