Searched defs:expected_post (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal_test.cc | 62 const std::vector<string> expected_post = {"1", "0", "4", "3", "2", "5"}; in TEST() local 93 const std::vector<string> expected_post = {"4", "5", "2", "3", "1", "0"}; in TEST() local 123 const std::vector<string> expected_post = {"1", "4", "5", "2", "3", "6"}; in TEST() local 154 const std::vector<string> expected_post = {"6", "5", "4", "3", "2"}; in TEST() local 192 const std::vector<string> expected_post = {"6", "5", "4", "1"}; in TEST() local 229 const std::vector<string> expected_post = {"6", "5", "4", "2", "1"}; in TEST() local
|