Home
last modified time | relevance | path

Searched refs:unboxed_kernel_func (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/core/boxing/
DKernelFunction_impl.h17 …el> functor, InternalBoxedKernelFunction* boxed_kernel_func, void* unboxed_kernel_func, void* sym_…
19 , unboxed_kernel_func_(unboxed_kernel_func) in boxed_kernel_func_()
23 inline KernelFunction::KernelFunction(BoxedKernel boxed_fn, void* unboxed_kernel_func, void* sym_un…
25 , unboxed_kernel_func_(unboxed_kernel_func) in boxed_kernel_func_()
50 inline Return callUnboxedKernelFunction(void* unboxed_kernel_func, OperatorKernel* functor, Dispatc… in callUnboxedKernelFunction() argument
52 ActualSignature* func = reinterpret_cast<ActualSignature*>(unboxed_kernel_func); in callUnboxedKernelFunction()
DKernelFunction.h246 void* unboxed_kernel_func,
250 void* unboxed_kernel_func,