Searched defs:PythonSignature (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torchgen/api/ |
H A D | python.py | 336 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 D | gen_python_functions.py | 1251 def is_smaller(s1: PythonSignature, s2: PythonSignature) -> bool: 1306 ps: PythonSignature,
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | pmap_lib.cc | 219 py::object PythonSignature() { in PythonSignature() function in jax::PmapFunction
|
H A D | jax_jit.cc | 492 py::object PythonSignature() { in PythonSignature() function in jax::__anon901e1bb70811::CompiledFunction
|