Searched refs:PythonBufferTree (Results 1 – 3 of 3) sorted by relevance
270 StatusOr<PythonBufferTree> GetPythonBufferTree(const py::object& argument) { in GetPythonBufferTree()271 PythonBufferTree tree; in GetPythonBufferTree()276 TF_ASSIGN_OR_RETURN(PythonBufferTree subtree, in GetPythonBufferTree()
91 struct PythonBufferTree { struct98 StatusOr<PythonBufferTree> GetPythonBufferTree( argument
115 TF_ASSIGN_OR_RETURN(PythonBufferTree tree, in PYBIND11_MODULE()