Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/boxing/
DKernelFunction_impl.h50 inline Return callUnboxedKernelFunction(void* unboxed_kernel_func, OperatorKernel* functor, Dispatc… in callUnboxedKernelFunction() function
92 return callUnboxedKernelFunction<Return, Args...>( in call()
98 return callUnboxedKernelFunction<Return, typename remove_symint<Args>::type...>( in call()
104 return callUnboxedKernelFunction<Return, Args...>( in call()