Searched defs:typespec (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/structured/ |
D | structured_tensor.py | 829 def from_pyval(cls, pyval, typespec=None): argument 856 def _from_pyval(cls, pyval, typespec, path_so_far): argument 886 def _from_pydict(cls, pyval, typespec, path_so_far): argument 903 def _from_pylist_of_dict(cls, pyval, keys, rank, typespec, path_so_far): argument 955 def _from_pylist_of_value(cls, pyval, typespec, path_so_far): argument 995 def _from_pyscalar(cls, pyval, typespec, path_so_far): argument
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | formathelper.py | 238 def rand_format(fill, typespec='EeGgFfn%'): argument
|
/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
|
/external/python/cpython3/Tools/c-analyzer/c_parser/ |
D | match.py | 36 def is_pots(typespec, *, argument
|
/external/python/cpython3/Modules/_sha3/ |
D | sha3module.c | 763 #define init_sha3type(type, typespec) \ in _sha3_exec() argument
|