Home
last modified time | relevance | path

Searched refs:cache_data_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DRuntime.cpp257 const std::string cache_data_path = ""; // TODO: expose to client in init_global_vulkan_runtime() local
264 cache_data_path, in init_global_vulkan_runtime()
350 config_.cache_data_path)); in create_adapter()
H A DAdapter.cpp142 const std::string& cache_data_path) in Adapter() argument
157 compute_pipeline_cache_(device_.handle, cache_data_path),
H A DPipeline.cpp369 const std::string& cache_data_path) in ComputePipelineCache() argument
374 cache_data_path_(cache_data_path) {
H A DRuntime.h42 std::string cache_data_path; member
H A DAdapter.h57 const std::string& cache_data_path);
H A DPipeline.h223 const std::string& cache_data_path);