Home
last modified time | relevance | path

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

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