Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DCUDAHooksInterface.h181 virtual void cuFFTClearPlanCache(DeviceIndex /*device_index*/) const { in cuFFTClearPlanCache() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/
H A DCUDAHooks.cpp435 void CUDAHooks::cuFFTClearPlanCache(DeviceIndex device_index) const { in cuFFTClearPlanCache() function in at::cuda::detail::CUDAHooks