Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_tensor.py858 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/
Dformathelper.py238 def rand_format(fill, typespec='EeGgFfn%'): argument
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/
Dmatch.py36 def is_pots(typespec, *, argument
/aosp_15_r20/external/python/cpython3/Modules/_sha3/
Dsha3module.c610 #define init_sha3type(type, typespec) \ in _sha3_exec() argument