mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-06 03:58:12 +08:00
docs
This commit is contained in:
committed by
CircleCI Docs
parent
e09a97e24e
commit
13e8d87a88
21
docs/build/html/_sources/python/tree_utils.rst
vendored
Normal file
21
docs/build/html/_sources/python/tree_utils.rst
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.. _utils:
|
||||
|
||||
Tree Utils
|
||||
==========
|
||||
|
||||
In MLX we consider a python tree to be an arbitrarily nested collection of
|
||||
dictionaries, lists and tuples without cycles. Functions in this module that
|
||||
return python trees will be using the default python ``dict``, ``list`` and
|
||||
``tuple`` but they can usually process objects that inherit from any of these.
|
||||
|
||||
.. note::
|
||||
Dictionaries should have keys that are valid python identifiers.
|
||||
|
||||
.. currentmodule:: mlx.utils
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _autosummary
|
||||
|
||||
tree_flatten
|
||||
tree_unflatten
|
||||
tree_map
|
||||
Reference in New Issue
Block a user