Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc1537 void TestUpdateFanin(absl::string_view node_name, bool node_exists, in TestUpdateFanin() function
1575 TestUpdateFanin("foo_4", /*node_exists=*/true, {"b", 2}, {"b", 3}, in TEST()
1578 TestUpdateFanin("foo_4", /*node_exists=*/true, {"b", 2}, in TEST()
1582 TestUpdateFanin( in TEST()
1586 TestUpdateFanin("foo_4", /*node_exists=*/true, {"c", Graph::kControlSlot}, in TEST()
1590 TestUpdateFanin("foo_4", /*node_exists=*/true, {"c", Graph::kControlSlot}, in TEST()
1595 TestUpdateFanin("foo_1", /*node_exists=*/true, {"a", -1}, {"a", -1}, in TEST()
1597 TestUpdateFanin("foo_1", /*node_exists=*/true, {"a", 0}, {"a", 0}, in TEST()
1599 TestUpdateFanin("foo_1", /*node_exists=*/true, {"a", 1}, {"a", 1}, in TEST()
1607 TestUpdateFanin("foo_missing", /*node_exists=*/false, {"a", 0}, {"a", 1}, in TEST()
[all …]