Searched defs:tree_unflatten (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/executorch/extension/pytree/ | ||
H A D | pybindings.cpp | 271 static py::object tree_unflatten(py::iterable leaves, py::object o) { in tree_unflatten() function in executorch::extension::pytree::__anon59fa55ac0111::PyTree |
H A D | __init__.py | 32 tree_unflatten as tree_unflatten, unknown |
/aosp_15_r20/external/pytorch/torch/utils/ | ||
H A D | _cxx_pytree.py | 294 def tree_unflatten(leaves: Iterable[Any], treespec: TreeSpec) -> PyTree: function |
H A D | _pytree.py | 878 def tree_unflatten(leaves: Iterable[Any], treespec: TreeSpec) -> PyTree: function |