Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.cc246 if ((flags & PyBUF_WRITEABLE) == PyBUF_WRITEABLE) { in PjRtBufferGetBuffer()
/external/python/cpython3/Include/cpython/
Dobject.h84 #define PyBUF_WRITEABLE PyBUF_WRITABLE macro
/external/python/cpython2/Include/
Dobject.h188 #define PyBUF_WRITEABLE PyBUF_WRITABLE macro