Home
last modified time | relevance | path

Searched defs:plan_cache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSpectralOps.cpp219 CuFFTParamsLRUCache& plan_cache = cufft_get_plan_cache(input.device().index()); in _exec_fft() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dgraph_executor.cpp792 std::unordered_map<ArgumentSpec, ExecutionPlan> plan_cache; member