mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00

* update docs (fix #177) * reorder --------- Co-authored-by: Awni Hannun <awni@apple.com>
18 lines
180 B
ReStructuredText
18 lines
180 B
ReStructuredText
.. _transforms:
|
|
|
|
Transforms
|
|
==========
|
|
|
|
.. currentmodule:: mlx.core
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
eval
|
|
grad
|
|
value_and_grad
|
|
jvp
|
|
vjp
|
|
vmap
|
|
simplify
|