Home
last modified time | relevance | path

Searched refs:SetNodeShardingFromNeighbors (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc219 TEST(SetNodeShardingFromNeighbors, Basic) { in TEST() argument
240 EXPECT_FALSE(SetNodeShardingFromNeighbors(c_node, /*out_edges=*/false).ok()); in TEST()
244 TF_ASSERT_OK(SetNodeShardingFromNeighbors(c_node, /*out_edges=*/false)); in TEST()
253 TF_ASSERT_OK(SetNodeShardingFromNeighbors(c_node, /*out_edges=*/false)); in TEST()
261 TF_ASSERT_OK(SetNodeShardingFromNeighbors(a_node, /*out_edges=*/true)); in TEST()
Dtf2xla_util.h56 Status SetNodeShardingFromNeighbors(Node* n, bool out_edges);
Dfunctionalize_while.cc372 SetNodeShardingFromNeighbors(edge->dst(), /*out_edges=*/true)); in FunctionalizeLoop()
Dxla_compiler.cc789 TF_RETURN_IF_ERROR(SetNodeShardingFromNeighbors(n, /*out_edges=*/true)); in CompileFunction()
796 TF_RETURN_IF_ERROR(SetNodeShardingFromNeighbors(n, /*out_edges=*/false)); in CompileFunction()
Dtf2xla_util.cc500 Status SetNodeShardingFromNeighbors(Node* n, bool out_edges) { in SetNodeShardingFromNeighbors() function