Searched refs:TestSwapRegularFaninsByPorts (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 1879 void TestSwapRegularFaninsByPorts(absl::string_view node_name, bool node_exists, in TestSwapRegularFaninsByPorts() function 1914 TestSwapRegularFaninsByPorts("foo_3", /*node_exists=*/true, /*from_port=*/0, in TEST() 1917 TestSwapRegularFaninsByPorts("foo_3", /*node_exists=*/true, /*from_port=*/2, in TEST() 1921 TestSwapRegularFaninsByPorts("foo_4", /*node_exists=*/true, /*from_port=*/0, in TEST() 1924 TestSwapRegularFaninsByPorts("foo_4", /*node_exists=*/true, /*from_port=*/2, in TEST() 1928 TestSwapRegularFaninsByPorts("foo_3", /*node_exists=*/true, /*from_port=*/0, in TEST() 1931 TestSwapRegularFaninsByPorts("foo_3", /*node_exists=*/true, /*from_port=*/1, in TEST() 1935 TestSwapRegularFaninsByPorts("foo_4", /*node_exists=*/true, /*from_port=*/0, in TEST() 1938 TestSwapRegularFaninsByPorts("foo_4", /*node_exists=*/true, /*from_port=*/1, in TEST() 1942 TestSwapRegularFaninsByPorts("foo_4", /*node_exists=*/true, /*from_port=*/1, in TEST() [all …]
|