Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc1439 void TestRemoveAllFanins(absl::string_view node_name, bool node_exists, in TestRemoveAllFanins() function
1487 TestRemoveAllFanins("foo_3", /*node_exists=*/true, in TEST()
1491 TestRemoveAllFanins("foo_4", /*node_exists=*/true, in TEST()
1497 TestRemoveAllFanins("foo_3", /*node_exists=*/true, in TEST()
1502 TestRemoveAllFanins("foo_4", /*node_exists=*/true, in TEST()
1507 TestRemoveAllFanins("foo_5", /*node_exists=*/true, in TEST()
1510 TestRemoveAllFanins("foo_5", /*node_exists=*/true, in TEST()
1515 TestRemoveAllFanins("foo_6", /*node_exists=*/true, in TEST()
1518 TestRemoveAllFanins("foo_6", /*node_exists=*/true, in TEST()
1526 TestRemoveAllFanins("foo_missing", /*node_exists=*/false, in TEST()
[all …]