Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/dispatch/
H A DDispatcher.h406 bool isKernelFallthroughKernel(DispatchKey k) const { in isKernelFallthroughKernel() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_dispatch.cpp590 return op->isKernelFallthroughKernel(dispatch); in initDispatchBindings()