Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h151 Status AddRegularFaninByPort(absl::string_view node_name, int port,
Dmutable_graph_view_test.cc1058 Status s = graph.AddRegularFaninByPort(node_name, port, fanin_to_add); in TestAddRegularFaninByPort()
1072 TEST(MutableGraphViewTest, AddRegularFaninByPort) { in TEST() argument
2199 TF_EXPECT_OK(graph.AddRegularFaninByPort("b", 0, {"a", 2})); in TEST()
2218 TF_EXPECT_OK(graph.AddRegularFaninByPort("d", 1, {"b", 2})); in TEST()
2222 TF_EXPECT_OK(graph.AddRegularFaninByPort("d", 0, {"b", 2})); in TEST()
Dmutable_graph_view.cc909 Status MutableGraphView::AddRegularFaninByPort(absl::string_view node_name, in AddRegularFaninByPort() function in tensorflow::grappler::MutableGraphView