Home
last modified time | relevance | path

Searched refs:np_bool (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_values.cc294 (*p)[dtypes.np_bool.ptr()] = HandleNumpyScalar<bool>; in DevicePut()
502 (*p)[dtypes.np_bool.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
H A Dtypes.cc98 dtypes->np_bool = py::object(numpy.attr("bool_")); in GetNumpyScalarTypes()
H A Dtypes.h53 pybind11::object np_bool; member
/aosp_15_r20/external/python/cpython2/Modules/
D_struct.c637 np_bool(char *p, PyObject *v, const formatdef *f) in np_bool() function
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
/aosp_15_r20/external/python/cpython3/Modules/
D_struct.c716 np_bool(_structmodulestate *state, char *p, PyObject *v, const formatdef *f) in np_bool() function
798 {'?', sizeof(_Bool), BOOL_ALIGN, nu_bool, np_bool},