Searched defs:typespec (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/ |
H A D | structured_tensor.py | 858 def from_pyval(cls, pyval, typespec=None): argument 885 def _from_pyval(cls, pyval, typespec, path_so_far): argument 915 def _from_pydict(cls, pyval, typespec, path_so_far): argument 932 def _from_pylist_of_dict(cls, pyval, keys, rank, typespec, path_so_far): argument 984 def _from_pylist_of_value(cls, pyval, typespec, path_so_far): argument 1024 def _from_pyscalar(cls, pyval, typespec, path_so_far): argument
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/tests/ |
D | formathelper.py | 238 def rand_format(fill, typespec='EeGgFfn%'): argument
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_analyzer/ |
D | analyze.py | 149 def find_typedecl(decl, typespec, typespecs): argument
|
D | match.py | 46 def is_system_type(typespec): argument
|
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/ |
D | match.py | 36 def is_pots(typespec, *, argument
|
/aosp_15_r20/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 610 #define init_sha3type(type, typespec) \ in _sha3_exec() argument
|