Searched refs:python_shape (Results 1 – 3 of 3) sorted by relevance
168 pybind11::tuple PyBuffer::python_shape() const { in python_shape() function in xla::PyBuffer192 auto shape = py::cast<std::string>(py::str(python_shape())); in CopyToDevice()243 auto shape = py::cast<std::string>(py::str(python_shape())); in CopyToHostAsync()
135 pybind11::tuple python_shape() const;
1441 buffer.buf()->python_shape(), buffer.buf()->python_dtype(), in BuildJaxjitSubmodule()