2023-11-30 04:41:56 +08:00
|
|
|
MLX
|
|
|
|
===
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Install
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
install
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Usage
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
quick_start
|
|
|
|
using_streams
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Examples
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
examples/linear_regression
|
|
|
|
examples/mlp
|
|
|
|
examples/llama-inference
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Python API Reference
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
python/array
|
|
|
|
python/devices_and_streams
|
|
|
|
python/ops
|
|
|
|
python/random
|
|
|
|
python/transforms
|
|
|
|
python/fft
|
|
|
|
python/nn
|
|
|
|
python/optimizers
|
|
|
|
python/tree_utils
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: C++ API Reference
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
cpp/ops
|
2023-11-30 04:46:18 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Further Reading
|
|
|
|
:maxdepth: 1
|
|
|
|
|
|
|
|
dev/extensions
|