Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h238 Status SwapRegularFaninsByPorts(absl::string_view node_name, int from_port,
Dmutable_graph_view_test.cc1897 Status s = graph.SwapRegularFaninsByPorts(node_name, from_port, to_port); in TestSwapRegularFaninsByPorts()
1911 TEST(MutableGraphViewTest, SwapRegularFaninsByPorts) { in TEST() argument
Dmutable_graph_view.cc1375 Status MutableGraphView::SwapRegularFaninsByPorts(absl::string_view node_name, in SwapRegularFaninsByPorts() function in tensorflow::grappler::MutableGraphView