Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_buffer.h101 pybind11::tuple python_shape() const;
Dpy_buffer.cc58 pybind11::tuple PyBuffer::python_shape() const { in python_shape() function in xla::PyBuffer
Djax_jit.cc1252 buffer->python_shape(), buffer->python_dtype(), results->weak_type)); in BuildJaxjitSubmodule()