Home
last modified time | relevance | path

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

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