Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc2152 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 …]
Dmutable_graph_view.h175 Status AddControllingFanin(absl::string_view node_name,
Dmutable_graph_view.cc1012 Status MutableGraphView::AddControllingFanin(absl::string_view node_name, in AddControllingFanin() function in tensorflow::grappler::MutableGraphView