Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.h57 explicit Config(absl::string_view persistent_cache_directory, in Config()
60 : persistent_cache_directory(persistent_cache_directory), in Config()
66 std::string persistent_cache_directory; member
H A Dxla_compilation_cache.cc161 persistent_cache_directory_(config.persistent_cache_directory) {} in XlaCompilationCache()
880 absl::string_view persistent_cache_directory) { in GetFilePath() argument
883 return io::JoinPath(persistent_cache_directory, file_name); in GetFilePath()