Home
last modified time | relevance | path

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

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