Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration.h285 …tion_type<FuncType>::value, Options&&> kernel(DispatchKey dispatch_key, FuncType* kernel_func) && { in kernel()
300 …if_t<guts::is_function_type<FuncType>::value, Options&&> catchAllKernel(FuncType* kernel_func) && { in catchAllKernel()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/impl/
H A Dkernel_function_test.cpp685 template<class Return, class... Args> struct kernel_func final { struct
686 static Return func(Args...) { return {}; } in func()
688 template<class... Args> struct kernel_func<void, Args...> final { struct
689 static void func(Args...) {} in func()
H A Dkernel_function_legacy_test.cpp928 template<class Return, class... Args> struct kernel_func final { struct
929 static Return func(Args...) { return {}; } in func()
931 template<class... Args> struct kernel_func<void, Args...> final { struct
932 static void func(Args...) {} in func()
H A DWrapFunctionIntoRuntimeFunctor.h14 explicit WrapFunctionIntoRuntimeFunctor_(FuncType_&& kernel_func) in WrapFunctionIntoRuntimeFunctor_()
/aosp_15_r20/external/bcc/src/cc/api/
H A DBPF.cc228 StatusTuple BPF::attach_kprobe(const std::string& kernel_func, in attach_kprobe()
495 StatusTuple BPF::detach_kprobe(const std::string& kernel_func, in detach_kprobe()
785 std::string BPF::get_kprobe_event(const std::string& kernel_func, in get_kprobe_event()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dkernel_ops_pattern.cc416 mlir::gpu::GPUFuncOp kernel_func = rewriter.create<mlir::gpu::GPUFuncOp>( in Rewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc1591 auto kernel_func = in EmitLaunchFunc() local