Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dpython.py336 class PythonSignature: class
1005 def returns_structseq_pyi(signature: PythonSignature) -> tuple[str, str] | None:
1052 def returns_str_pyi(signature: PythonSignature) -> str:
1106 ps: PythonSignature, f: NativeFunction, symint: bool = True
1378 ps: PythonSignature, f: NativeFunction, *, symint: bool = True
1399 ps: PythonSignature, f: NativeFunction, *, symint: bool = True
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_python_functions.py1251 def is_smaller(s1: PythonSignature, s2: PythonSignature) -> bool:
1306 ps: PythonSignature,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc219 py::object PythonSignature() { in PythonSignature() function in jax::PmapFunction
H A Djax_jit.cc492 py::object PythonSignature() { in PythonSignature() function in jax::__anon901e1bb70811::CompiledFunction