mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-17 17:28:10 +08:00
docs update
This commit is contained in:

committed by
CircleCI Docs

parent
ba4eff9520
commit
0e688cbd0f
2
docs/build/html/_sources/install.rst
vendored
2
docs/build/html/_sources/install.rst
vendored
@@ -195,7 +195,7 @@ GGUF, you can do:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
cmake ..
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DMLX_BUILD_CPU=OFF \
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.conj.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.conj.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.array.conj
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. automethod:: array.conj
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.view.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.array.view.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.array.view
|
||||
===================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. automethod:: array.view
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.custom_function.jvp.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.custom_function.jvp.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.custom\_function.jvp
|
||||
=============================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. automethod:: custom_function.jvp
|
25
docs/build/html/_sources/python/_autosummary/mlx.core.custom_function.rst
vendored
Normal file
25
docs/build/html/_sources/python/_autosummary/mlx.core.custom_function.rst
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
mlx.core.custom\_function
|
||||
=========================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autoclass:: custom_function
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~custom_function.__init__
|
||||
~custom_function.jvp
|
||||
~custom_function.vjp
|
||||
~custom_function.vmap
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.hadamard_transform.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.hadamard_transform.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.hadamard\_transform
|
||||
============================
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: hadamard_transform
|
2
docs/build/html/_sources/python/array.rst
vendored
2
docs/build/html/_sources/python/array.rst
vendored
@@ -24,6 +24,7 @@ Array
|
||||
array.any
|
||||
array.argmax
|
||||
array.argmin
|
||||
array.conj
|
||||
array.cos
|
||||
array.cummax
|
||||
array.cummin
|
||||
@@ -57,3 +58,4 @@ Array
|
||||
array.transpose
|
||||
array.T
|
||||
array.var
|
||||
array.view
|
||||
|
1
docs/build/html/_sources/python/ops.rst
vendored
1
docs/build/html/_sources/python/ops.rst
vendored
@@ -72,6 +72,7 @@ Operations
|
||||
gather_qmm
|
||||
greater
|
||||
greater_equal
|
||||
hadamard_transform
|
||||
identity
|
||||
inner
|
||||
isclose
|
||||
|
@@ -10,6 +10,7 @@ Transforms
|
||||
|
||||
eval
|
||||
compile
|
||||
custom_function
|
||||
disable_compile
|
||||
enable_compile
|
||||
grad
|
||||
|
Reference in New Issue
Block a user