Searched refs:persistent_cache_directory (Results 1 – 2 of 2) sorted by relevance
57 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
161 persistent_cache_directory_(config.persistent_cache_directory) {} in XlaCompilationCache()880 absl::string_view persistent_cache_directory) { in GetFilePath() argument883 return io::JoinPath(persistent_cache_directory, file_name); in GetFilePath()