Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/boxing/
H A DKernelFunction.cpp13 void fallthrough_kernel(OperatorKernel*, const OperatorHandle&, DispatchKeySet, Stack*) { in fallthrough_kernel() function
/aosp_15_r20/external/pytorch/torch/
H A Dlibrary.py49 def fallthrough_kernel(): function