Home
last modified time | relevance | path

Searched refs:remove_DispatchKeySet_arg_from_func (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DCppSignature.h28 …using decayed_function_type = typename c10::remove_DispatchKeySet_arg_from_func<std::decay_t<FuncT… in make()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dmake_boxed_from_unboxed_functor.h516 using ArgTypes = typename c10::remove_DispatchKeySet_arg_from_func<Functor>::parameter_types;
576 …using ArgTypes = typename c10::remove_DispatchKeySet_arg_from_func<KernelFunctor>::parameter_types;
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration.h29 using func_type = typename c10::remove_DispatchKeySet_arg_from_func<KernelFunctor>::func_type; in inferFunctionSchemaFromFunctor()
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKeySet.h936 using remove_DispatchKeySet_arg_from_func = guts::make_function_traits_t< variable