Searched refs:np_bool (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_values.cc | 294 (*p)[dtypes.np_bool.ptr()] = HandleNumpyScalar<bool>; in DevicePut() 502 (*p)[dtypes.np_bool.ptr()] = numpy_array_handler; in PyArgSignatureOfValue()
|
D | types.cc | 98 dtypes->np_bool = py::object(numpy.attr("bool_")); in GetNumpyScalarTypes()
|
D | types.h | 53 pybind11::object np_bool; member
|
/external/python/cpython2/Modules/ |
D | _struct.c | 637 np_bool(char *p, PyObject *v, const formatdef *f) in np_bool() function 709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 714 np_bool(_structmodulestate *state, char *p, PyObject *v, const formatdef *f) in np_bool() function 796 {'?', sizeof(_Bool), BOOL_ALIGN, nu_bool, np_bool},
|