docs update

This commit is contained in:
Awni Hannun
2024-07-11 15:32:08 -07:00
committed by CircleCI Docs
parent 85f70be0e6
commit 0ec311dff3
754 changed files with 24043 additions and 13535 deletions

View File

@@ -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 \

View File

@@ -0,0 +1,6 @@
mlx.core.array.conj
===================
.. currentmodule:: mlx.core
.. automethod:: array.conj

View File

@@ -0,0 +1,6 @@
mlx.core.array.view
===================
.. currentmodule:: mlx.core
.. automethod:: array.view

View File

@@ -0,0 +1,6 @@
mlx.core.custom\_function.jvp
=============================
.. currentmodule:: mlx.core
.. automethod:: custom_function.jvp

View 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

View File

@@ -0,0 +1,6 @@
mlx.core.hadamard\_transform
============================
.. currentmodule:: mlx.core
.. autofunction:: hadamard_transform

View File

@@ -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

View File

@@ -72,6 +72,7 @@ Operations
gather_qmm
greater
greater_equal
hadamard_transform
identity
inner
isclose

View File

@@ -10,6 +10,7 @@ Transforms
eval
compile
custom_function
disable_compile
enable_compile
grad