Searched refs:RemoveRegularFaninByPort (Results 1 – 3 of 3) sorted by relevance
194 Status RemoveRegularFaninByPort(absl::string_view node_name, int port);
1354 Status s = graph.RemoveRegularFaninByPort(node_name, port); in TestRemoveRegularFaninByPort()1368 TEST(MutableGraphViewTest, RemoveRegularFaninByPort) { in TEST() argument
1122 Status MutableGraphView::RemoveRegularFaninByPort(absl::string_view node_name, in RemoveRegularFaninByPort() function in tensorflow::grappler::MutableGraphView