Searched refs:AddControllingFanin (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 2152 TF_EXPECT_OK(graph.AddControllingFanin("c", {"a", Graph::kControlSlot})); in TEST() 2170 TF_EXPECT_OK(graph.AddControllingFanin("c", {"b", Graph::kControlSlot})); in TEST() 2172 TF_EXPECT_OK(graph.AddControllingFanin("c", {"b", Graph::kControlSlot})); in TEST() 2177 TF_EXPECT_OK(graph.AddControllingFanin("d", {"b", Graph::kControlSlot})); in TEST() 2179 TF_EXPECT_OK(graph.AddControllingFanin("d", {"b", Graph::kControlSlot})); in TEST() 2202 TF_EXPECT_OK(graph.AddControllingFanin("c", {"a", Graph::kControlSlot})); in TEST() 2220 TF_EXPECT_OK(graph.AddControllingFanin("d", {"b", Graph::kControlSlot})); in TEST() 2395 Status s = graph.AddControllingFanin("a", {"c", Graph::kControlSlot}); in TEST() 2402 s = graph.AddControllingFanin("d", {"a", Graph::kControlSlot}); in TEST() 2409 s = graph.AddControllingFanin("c", {"d", Graph::kControlSlot}); in TEST() [all …]
|
D | mutable_graph_view.h | 175 Status AddControllingFanin(absl::string_view node_name,
|
D | mutable_graph_view.cc | 1012 Status MutableGraphView::AddControllingFanin(absl::string_view node_name, in AddControllingFanin() function in tensorflow::grappler::MutableGraphView
|