mirror of
https://github.com/ml-explore/mlx.git
synced 2025-11-07 20:58:17 +08:00
docs
This commit is contained in:
committed by
CircleCI Docs
parent
4bce5f9b2d
commit
a372a3844d
49
docs/build/html/_sources/index.rst.txt
vendored
Normal file
49
docs/build/html/_sources/index.rst.txt
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
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: Further Reading
|
||||
:maxdepth: 1
|
||||
|
||||
dev/extensions
|
||||
|
||||
.. 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
|
||||
Reference in New Issue
Block a user