Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc246 py::object np_bool; member
269 dtypes->np_bool = py::object(numpy.attr("bool_")); in GetNumpyScalarTypes()
526 (*p)[dtypes.np_bool.ptr()] = numpy_array_handler; in ArgSignatureOfValue()
773 (*p)[dtypes.np_bool.ptr()] = HandleBufferFromPyval; in DevicePut()
/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},
/external/python/cpython3/Modules/
D_struct.c703 np_bool(char *p, PyObject *v, const formatdef *f) in np_bool() function
785 {'?', sizeof(_Bool), BOOL_ALIGN, nu_bool, np_bool},