Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dvirtualized.py138 class NullKernelHandler(NullHandler): class
158 _kernel: Virtualized[NullKernelHandler] = Virtualized(
159 "kernel", NullKernelHandler
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp.py47 from ..virtualized import NullKernelHandler, ops, OpsValue, V
3830 if isinstance(V.kernel, NullKernelHandler):