Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_buffer_queue.cpp139 LiveBuffers = 0; in init()
156 LiveBuffers(0),
168 if (LiveBuffers == BufferCount) in getBuffer()
173 ++LiveBuffers; in getBuffer()
190 if (Buf.Generation != generation() || LiveBuffers == 0) { in releaseBuffer()
201 --LiveBuffers; in releaseBuffer()
Dxray_buffer_queue.h160 size_t LiveBuffers; variable
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.h109 std::vector<ClientAndPtr<PyBuffer>> LiveBuffers();
Dpy_client.cc57 std::vector<ClientAndPtr<PyBuffer>> PyClient::LiveBuffers() { in LiveBuffers() function in xla::PyClient
Dxla.cc209 .def("live_buffers", &PyClient::LiveBuffers) in PYBIND11_MODULE()