Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DCUDAHooksInterface.h132 virtual bool compiledWithCuDNN() const { in compiledWithCuDNN() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/
H A DCUDAHooks.cpp260 bool CUDAHooks::compiledWithCuDNN() const { in compiledWithCuDNN() function in at::cuda::detail::CUDAHooks