Home
last modified time | relevance | path

Searched refs:RemoveControllingFanin (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h202 Status RemoveControllingFanin(absl::string_view node_name,
Dmutable_graph_view_test.cc2647 TF_EXPECT_OK(graph.RemoveControllingFanin("d", "c")); in TEST()
2669 TF_EXPECT_OK(graph.RemoveControllingFanin("d", "a")); in TEST()
2670 TF_EXPECT_OK(graph.RemoveControllingFanin("d", "a")); in TEST()
2691 TF_EXPECT_OK(graph.RemoveControllingFanin("c", "a")); in TEST()
2692 TF_EXPECT_OK(graph.RemoveControllingFanin("c", "b")); in TEST()
2712 Status s = graph.RemoveControllingFanin("c", "c"); in TEST()
Dmutable_graph_view.cc1180 Status MutableGraphView::RemoveControllingFanin( in RemoveControllingFanin() function in tensorflow::grappler::MutableGraphView