Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dpython.py269 and isinstance(self, PythonOutArgument)
299 class PythonOutArgument(PythonArgument): class
308 def from_outputs(outputs: tuple[PythonArgument, ...]) -> PythonOutArgument | None:
314 return PythonOutArgument(
324 return PythonOutArgument(
348 output_args: PythonOutArgument | None
370 ) -> tuple[PythonArgument | PythonOutArgument, ...]:
371 result: list[PythonArgument | PythonOutArgument] = []
880 output_args=PythonOutArgument.from_outputs(outputs),
1425 isinstance(a, PythonOutArgument)