Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.h91 static PyBufferProcs* BufferProtocol();
Dpy_buffer.cc322 /*static*/ PyBufferProcs* PyBuffer::BufferProtocol() { in BufferProtocol() function in xla::PyBuffer
Dxla.cc336 buffer_type->tp_as_buffer = PyBuffer::BufferProtocol(); in PYBIND11_MODULE()