Home
last modified time | relevance | path

Searched refs:BoxedKernelFunction_withDispatchKeys (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/
H A DBoxedKernel.h104 using BoxedKernelFunction_withDispatchKeys = void(const OperatorHandle&, DispatchKeySet, Stack*); variable
133 template<BoxedKernelFunction_withDispatchKeys* func>
162 template<BoxedKernelFunction_withDispatchKeys* func>
H A DKernelFunction.h87 using BoxedKernelFunction_withDispatchKeys = BoxedKernel::BoxedKernelFunction_withDispatchKeys;
160 template<BoxedKernelFunction_withDispatchKeys* func>
H A DBoxedKernel_impl.h22 template<BoxedKernel::BoxedKernelFunction_withDispatchKeys* func>
52 template<BoxedKernel::BoxedKernelFunction_withDispatchKeys* func>
H A DKernelFunction_impl.h127 template<KernelFunction::BoxedKernelFunction_withDispatchKeys* func>
/aosp_15_r20/external/pytorch/torch/
H A Dlibrary.h252 template <c10::BoxedKernel::BoxedKernelFunction_withDispatchKeys* func>