Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DCUDAHooksInterface.h169 virtual int64_t cuFFTGetPlanCacheMaxSize(DeviceIndex /*device_index*/) const { in cuFFTGetPlanCacheMaxSize() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/
H A DCUDAHooks.cpp423 int64_t CUDAHooks::cuFFTGetPlanCacheMaxSize(DeviceIndex device_index) const { in cuFFTGetPlanCacheMaxSize() function in at::cuda::detail::CUDAHooks