Home
last modified time | relevance | path

Searched refs:CudaArrayInterface (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpy_buffer.h125 StatusOr<pybind11::dict> CudaArrayInterface();
H A Dpy_buffer.cc318 StatusOr<py::dict> PyBuffer::CudaArrayInterface() { in CudaArrayInterface() function in xla::PyBuffer
674 [](PyBuffer::object self) { return self.buf()->CudaArrayInterface(); }); in RegisterTypes()