Home
last modified time | relevance | path

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

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