Searched refs:TestAddRegularFanin (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 908 void TestAddRegularFanin(absl::string_view node_name, bool node_exists, in TestAddRegularFanin() function 943 TestAddRegularFanin("foo_1", /*node_exists=*/true, {"b", 1}, /*success=*/true, in TEST() 946 TestAddRegularFanin("foo_3", /*node_exists=*/true, {"b", 2}, /*success=*/true, in TEST() 949 TestAddRegularFanin("foo_2", /*node_exists=*/true, {"a", 0}, /*success=*/true, in TEST() 952 TestAddRegularFanin("foo_4", /*node_exists=*/true, {"a", 1}, /*success=*/true, in TEST() 955 TestAddRegularFanin("foo_5", /*node_exists=*/true, {"a", 1}, /*success=*/true, in TEST() 958 TestAddRegularFanin("foo_6", /*node_exists=*/true, {"c", 1}, /*success=*/true, in TEST() 965 TestAddRegularFanin("foo_1", /*node_exists=*/true, {"b", Graph::kControlSlot}, in TEST() 971 TestAddRegularFanin("foo_3", /*node_exists=*/true, {"c", Graph::kControlSlot}, in TEST() 977 TestAddRegularFanin("foo_2", /*node_exists=*/true, {"d", Graph::kControlSlot}, in TEST() [all …]
|