Searched refs:UpdateAllRegularFaninsToControlling (Results 1 – 3 of 3) sorted by relevance
244 Status UpdateAllRegularFaninsToControlling(absl::string_view node_name);
2756 Status s = graph.UpdateAllRegularFaninsToControlling(node_name); in TestUpdateAllRegularFaninsToControlling()2770 TEST(MutableGraphViewTest, UpdateAllRegularFaninsToControlling) { in TEST() argument2817 TF_EXPECT_OK(graph.UpdateAllRegularFaninsToControlling("b")); in TEST()
1419 Status MutableGraphView::UpdateAllRegularFaninsToControlling( in UpdateAllRegularFaninsToControlling() function in tensorflow::grappler::MutableGraphView