Home
last modified time | relevance | path

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

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