Home
last modified time | relevance | path

Searched defs:hasCUDART (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DCUDAHooksInterface.h88 virtual bool hasCUDART() const { in hasCUDART() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/detail/
H A DCUDAHooks.cpp324 bool CUDAHooks::hasCUDART() const { in hasCUDART() function in at::cuda::detail::CUDAHooks
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DContext.h111 static bool hasCUDART() { in hasCUDART() function