Searched refs:np_longlong (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | jax_jit.cc | 260 py::object np_longlong; member 283 dtypes->np_longlong = py::object(numpy.attr("longlong")); in GetNumpyScalarTypes() 540 (*p)[dtypes.np_longlong.ptr()] = np_int_handler; in ArgSignatureOfValue() 787 (*p)[dtypes.np_longlong.ptr()] = HandleNpBool; in DevicePut()
|
/external/python/cpython2/Modules/ |
D | _struct.c | 615 np_longlong(char *p, PyObject *v, const formatdef *f) in np_longlong() function 706 {'q', sizeof(PY_LONG_LONG), LONG_LONG_ALIGN, nu_longlong, np_longlong},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 682 np_longlong(char *p, PyObject *v, const formatdef *f) in np_longlong() function 783 {'q', sizeof(long long), LONG_LONG_ALIGN, nu_longlong, np_longlong},
|