Home
last modified time | relevance | path

Searched refs:paths_to_fetch (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.cc64 std::vector<std::string> paths_to_fetch; in GetInputImagesAndAnnotations() local
73 paths_to_fetch.push_back(image_path.ToString()); in GetInputImagesAndAnnotations()
77 std::sort(paths_to_fetch.begin(), paths_to_fetch.end()); in GetInputImagesAndAnnotations()
79 for (const auto &image_file : paths_to_fetch) { in GetInputImagesAndAnnotations()