Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration.h78 Options&& catchAllKernel() && { in catchAllKernel() function
213 …std::enable_if_t<guts::is_functor<KernelFunctor>::value, Options&&> catchAllKernel(ConstructorPara… in catchAllKernel() function
270 std::enable_if_t<guts::is_function_type<FuncType>::value, Options&&> catchAllKernel() && { in catchAllKernel() function
300 …std::enable_if_t<guts::is_function_type<FuncType>::value, Options&&> catchAllKernel(FuncType* kern… in catchAllKernel() function
375 Options&&> catchAllKernel(Lambda&& lambda) && { in catchAllKernel() function