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.cc217 TEST(SetNodeShardingFromNeighbors, Basic) { in TEST() argument
238 EXPECT_FALSE(SetNodeShardingFromNeighbors(c_node, /*out_edges=*/false).ok()); in TEST()
242 TF_ASSERT_OK(SetNodeShardingFromNeighbors(c_node, /*out_edges=*/false)); in TEST()
250 TF_ASSERT_OK(SetNodeShardingFromNeighbors(c_node, /*out_edges=*/false)); in TEST()
257 TF_ASSERT_OK(SetNodeShardingFromNeighbors(a_node, /*out_edges=*/true)); in TEST()
Dtf2xla_util.h55 Status SetNodeShardingFromNeighbors(Node* n, bool out_edges);
Dxla_compiler.cc585 TF_RETURN_IF_ERROR(SetNodeShardingFromNeighbors(n, /*out_edges=*/true)); in CompileFunction()
592 TF_RETURN_IF_ERROR(SetNodeShardingFromNeighbors(n, /*out_edges=*/false)); in CompileFunction()
Dfunctionalize_while.cc448 SetNodeShardingFromNeighbors(edge->dst(), /*out_edges=*/true)); in FunctionalizeLoop()
Dtf2xla_util.cc500 Status SetNodeShardingFromNeighbors(Node* n, bool out_edges) { in SetNodeShardingFromNeighbors() function