Home
last modified time | relevance | path

Searched defs:typespec (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py829 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/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): argument
/external/python/cpython3/Tools/c-analyzer/c_analyzer/
Danalyze.py149 def find_typedecl(decl, typespec, typespecs): argument
Dmatch.py46 def is_system_type(typespec): argument
/external/python/cpython3/Tools/c-analyzer/c_parser/
Dmatch.py36 def is_pots(typespec, *, argument
/external/python/cpython3/Modules/_sha3/
Dsha3module.c763 #define init_sha3type(type, typespec) \ in _sha3_exec() argument