Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dpython.py336 class PythonSignature: class
462 class PythonSignatureDeprecated(PythonSignature):
481 PythonSignature.signature_str(
515 signature: PythonSignature
527 signature: PythonSignature
744 ) -> PythonSignature:
756 ) -> PythonSignature:
876 return PythonSignature(
1005 def returns_structseq_pyi(signature: PythonSignature) -> tuple[str, str] | None: argument
1052 def returns_str_pyi(signature: PythonSignature) -> str: argument
[all …]
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_python_functions.py52 PythonSignature,
1251 def is_smaller(s1: PythonSignature, s2: PythonSignature) -> bool: argument
1306 ps: PythonSignature, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc219 py::object PythonSignature() { in PythonSignature() function in jax::PmapFunction
869 return fun->PythonSignature(); in BuildPmapSubmodule()
H A Djax_jit.cc492 py::object PythonSignature() { in PythonSignature() function in jax::__anon901e1bb70811::CompiledFunction
1322 return fun->PythonSignature(); in BuildJaxjitSubmodule()