Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h194 Status RemoveRegularFaninByPort(absl::string_view node_name, int port);
Dmutable_graph_view_test.cc1354 Status s = graph.RemoveRegularFaninByPort(node_name, port); in TestRemoveRegularFaninByPort()
1368 TEST(MutableGraphViewTest, RemoveRegularFaninByPort) { in TEST() argument
Dmutable_graph_view.cc1122 Status MutableGraphView::RemoveRegularFaninByPort(absl::string_view node_name, in RemoveRegularFaninByPort() function in tensorflow::grappler::MutableGraphView