HomeSort by relevance Sort by last modified time
    Searched refs:matching_paths (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/tools/api/tests/
convert_from_multiline.cc 31 std::vector<string> matching_paths; local
32 TF_CHECK_OK(env->GetMatchingPaths(file_pattern, &matching_paths));
38 for (const auto& path : matching_paths) {
  /external/tensorflow/tensorflow/core/api_def/
api_test.cc 52 std::vector<string> matching_paths; local
54 io::JoinPath(api_files_dir, kApiDefFilePattern), &matching_paths));
56 for (auto& file_path : matching_paths) {
  /external/tensorflow/tensorflow/core/platform/
env_test.cc 231 std::vector<string> matching_paths; local
246 &matching_paths));
247 EXPECT_EQ(expected_num_files, matching_paths.size());
250 io::JoinPath(BaseDir(), "l*"), &matching_paths));
251 EXPECT_EQ(expected_num_files, matching_paths.size());

Completed in 84 milliseconds