docs update

This commit is contained in:
Awni Hannun
2024-08-23 12:14:53 -07:00
committed by CircleCI Docs
parent f5dcb1c2b9
commit 9da49a07a4
697 changed files with 15867 additions and 8594 deletions

View File

@@ -0,0 +1,6 @@
mlx.core.conv3d
===============
.. currentmodule:: mlx.core
.. autofunction:: conv3d

View File

@@ -0,0 +1,6 @@
mlx.core.fast.affine\_quantize
==============================
.. currentmodule:: mlx.core.fast
.. autofunction:: affine_quantize

View File

@@ -0,0 +1,22 @@
mlx.core.fast.metal\_kernel
===========================
.. currentmodule:: mlx.core.fast
.. autoclass:: metal_kernel
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~metal_kernel.__init__

View File

@@ -12,3 +12,5 @@ Fast
layer_norm
rope
scaled_dot_product_attention
affine_quantize
metal_kernel

View File

@@ -44,6 +44,7 @@ Operations
convolve
conv1d
conv2d
conv3d
conv_general
cos
cosh