mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-25 18:11:15 +08:00
22 lines
249 B
ReStructuredText
22 lines
249 B
ReStructuredText
.. _transforms:
|
|
|
|
Transforms
|
|
==========
|
|
|
|
.. currentmodule:: mlx.core
|
|
|
|
.. autosummary::
|
|
:toctree: _autosummary
|
|
|
|
eval
|
|
async_eval
|
|
compile
|
|
custom_function
|
|
disable_compile
|
|
enable_compile
|
|
grad
|
|
value_and_grad
|
|
jvp
|
|
vjp
|
|
vmap
|