Home
last modified time | relevance | path

Searched defs:relative_paths (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/third_party/gpus/
Dfind_cuda_config.py197 def _not_found_error(base_paths, relative_paths, filepattern): argument
205 def _find_file(base_paths, relative_paths, filepattern): argument
225 def _find_versioned_file(base_paths, relative_paths, filepatterns, argument
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dtools.py124 def relative_paths(paths: Iterable[Path], start: Path) -> Iterable[Path]: function
Dpresubmit.py185 def relative_paths(self, start: Optional[Path] = None) -> Tuple[Path, ...]: member in PresubmitContext
/external/zlib/google/
Dzip_writer.cc154 std::vector<base::FilePath> relative_paths; in FlushEntriesIfNeeded() local