Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_executorch.py63 def _sig_decl_wrapper(sig: CppSignature | ExecutorchCppSignature) -> str:
80 sig: CppSignature | ExecutorchCppSignature,
/aosp_15_r20/external/pytorch/torchgen/executorch/api/types/
H A Dsignatures.py16 class ExecutorchCppSignature: class