Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/executorch/api/
H A Det_cpp.py212 def return_names(f: NativeFunction, *, fallback_name: str = "result") -> Sequence[str]: function
/aosp_15_r20/external/pytorch/torchgen/api/
H A Dcpp.py285 def return_names(f: NativeFunction, *, fallback_name: str = "result") -> Sequence[str]: function