Home
last modified time | relevance | path

Searched refs:load_cache (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/_inductor/codegen/
Dmulti_kernel.py250 self.load_cache()
258 def load_cache(self): member in MultiKernelCall
Dtriton.py3073 def load_cache(): function
3090 ms = load_cache()
3144 def load_cache(): function
3184 ms, ms_clone = load_cache()
/external/executorch/backends/vulkan/runtime/vk_api/
DPipeline.cpp377 auto buffer = load_cache();
433 std::vector<char> ComputePipelineCache::load_cache() { in load_cache() function in vkcompute::vkapi::ComputePipelineCache
DPipeline.h275 std::vector<char> load_cache();
/external/libcups/scheduler/
Djob.c1552 int load_cache = 1; /* Load the job.cache file? */ in cupsdLoadAllJobs() local
1580 load_cache = 0; in cupsdLoadAllJobs()
1593 load_cache = 0; in cupsdLoadAllJobs()
1605 load_cache = 0; in cupsdLoadAllJobs()
1617 if (load_cache) in cupsdLoadAllJobs()