Home
last modified time | relevance | path

Searched defs:expected_names (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc1676 const std::vector<string>& expected_names, const int port_num_expected, in ValidateMemoryUsageSnapshot()
2403 const std::vector<string> expected_names = {"x", "y", "z", "w"}; in TEST_F() local
2434 const std::vector<string> expected_names = {"x", "y", "z", "w", in TEST_F() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc225 const std::set<string>& expected_names) { in ExpectFunctions()