Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.cc214 StatusOr<PythonBufferTree> GetPythonBufferTree(const py::object& argument) { in GetPythonBufferTree()
215 PythonBufferTree tree; in GetPythonBufferTree()
220 TF_ASSIGN_OR_RETURN(PythonBufferTree subtree, in GetPythonBufferTree()
Dtypes.h74 struct PythonBufferTree { struct
81 StatusOr<PythonBufferTree> GetPythonBufferTree( argument
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client_extension.cc110 TF_ASSIGN_OR_RETURN(PythonBufferTree tree, in PYBIND11_MODULE()