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

committed by
CircleCI Docs

parent
f5dcb1c2b9
commit
9da49a07a4
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv3d.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.conv3d.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.conv3d
|
||||
===============
|
||||
|
||||
.. currentmodule:: mlx.core
|
||||
|
||||
.. autofunction:: conv3d
|
6
docs/build/html/_sources/python/_autosummary/mlx.core.fast.affine_quantize.rst
vendored
Normal file
6
docs/build/html/_sources/python/_autosummary/mlx.core.fast.affine_quantize.rst
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
mlx.core.fast.affine\_quantize
|
||||
==============================
|
||||
|
||||
.. currentmodule:: mlx.core.fast
|
||||
|
||||
.. autofunction:: affine_quantize
|
22
docs/build/html/_sources/python/_autosummary/mlx.core.fast.metal_kernel.rst
vendored
Normal file
22
docs/build/html/_sources/python/_autosummary/mlx.core.fast.metal_kernel.rst
vendored
Normal 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__
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
docs/build/html/_sources/python/fast.rst
vendored
2
docs/build/html/_sources/python/fast.rst
vendored
@@ -12,3 +12,5 @@ Fast
|
||||
layer_norm
|
||||
rope
|
||||
scaled_dot_product_attention
|
||||
affine_quantize
|
||||
metal_kernel
|
||||
|
1
docs/build/html/_sources/python/ops.rst
vendored
1
docs/build/html/_sources/python/ops.rst
vendored
@@ -44,6 +44,7 @@ Operations
|
||||
convolve
|
||||
conv1d
|
||||
conv2d
|
||||
conv3d
|
||||
conv_general
|
||||
cos
|
||||
cosh
|
||||
|
Reference in New Issue
Block a user