Home
last modified time | relevance | path

Searched defs:typecodes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_dtypes.py344 typecodes = { variable
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_array.py21 typecodes = "cbBhHiIlLfd" variable
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_array.py30 typecodes = 'ubBhHiIlLfdqQ' variable
/aosp_15_r20/external/python/cpython3/Modules/
Darraymodule.c3072 PyObject *typecodes; in array_modexec() local