Home
last modified time | relevance | path

Searched refs:OrderCollectives (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcollective_order_test.cc143 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kEdges)); in TEST()
150 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kAttrs)); in TEST()
192 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kEdges)); in TEST()
230 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kAttrs)); in TEST()
Dcollective_order.h32 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type);
Dcollective_order.cc184 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type) { in OrderCollectives() function
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc950 OrderCollectives(optimized_graph.get(), options.collective_order)); in BuildGraph()