Searched refs:AddRegularFaninByPort (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.h | 151 Status AddRegularFaninByPort(absl::string_view node_name, int port,
|
D | mutable_graph_view_test.cc | 1058 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()
|
D | mutable_graph_view.cc | 909 Status MutableGraphView::AddRegularFaninByPort(absl::string_view node_name, in AddRegularFaninByPort() function in tensorflow::grappler::MutableGraphView
|