Home
last modified time | relevance | path

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

/external/executorch/backends/vulkan/runtime/vk_api/
DPipeline.cpp374 cache_data_path_(cache_data_path) {
435 if (cache_data_path_.empty()) { in load_cache()
440 std::ifstream file(cache_data_path_, std::ios::binary | std::ios::ate); in load_cache()
456 if (cache_data_path_.empty()) { in save_cache()
461 std::ifstream ifile(cache_data_path_); in save_cache()
472 std::ofstream file(cache_data_path_, std::ios::binary); in save_cache()
DPipeline.h284 const std::string cache_data_path_; variable