Searched refs:TestRemoveRegularFaninByPort (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 1336 void TestRemoveRegularFaninByPort(absl::string_view node_name, bool node_exists, in TestRemoveRegularFaninByPort() function 1371 TestRemoveRegularFaninByPort("foo_3", /*node_exists=*/true, /*port=*/0, in TEST() 1374 TestRemoveRegularFaninByPort("foo_3", /*node_exists=*/true, /*port=*/2, in TEST() 1377 TestRemoveRegularFaninByPort("foo_3", /*node_exists=*/true, /*port=*/1, in TEST() 1380 TestRemoveRegularFaninByPort("foo_4", /*node_exists=*/true, /*port=*/0, in TEST() 1384 TestRemoveRegularFaninByPort("foo_4", /*node_exists=*/true, /*port=*/2, in TEST() 1388 TestRemoveRegularFaninByPort("foo_4", /*node_exists=*/true, /*port=*/1, in TEST() 1396 TestRemoveRegularFaninByPort("foo_5", /*node_exists=*/true, /*port=*/0, in TEST() 1402 TestRemoveRegularFaninByPort("foo_6", /*node_exists=*/true, /*port=*/1, in TEST() 1409 TestRemoveRegularFaninByPort("foo_3", /*node_exists=*/true, /*port=*/-1, in TEST() [all …]
|