mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-18 18:28:12 +08:00
rebase
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
mlx.core.fast.affine\_quantize
|
||||
==============================
|
||||
|
||||
.. currentmodule:: mlx.core.fast
|
||||
|
||||
.. autofunction:: affine_quantize
|
1
docs/build/html/_sources/python/fast.rst
vendored
1
docs/build/html/_sources/python/fast.rst
vendored
@@ -12,5 +12,4 @@ Fast
|
||||
layer_norm
|
||||
rope
|
||||
scaled_dot_product_attention
|
||||
affine_quantize
|
||||
metal_kernel
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.AvgPool3d.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.AvgPool3d.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.AvgPool3d
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: AvgPool3d
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.MaxPool3d.rst
vendored
Normal file
16
docs/build/html/_sources/python/nn/_autosummary/mlx.nn.MaxPool3d.rst
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
mlx.nn.MaxPool3d
|
||||
================
|
||||
|
||||
.. currentmodule:: mlx.nn
|
||||
|
||||
.. autoclass:: MaxPool3d
|
||||
|
||||
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
|
||||
|
@@ -12,6 +12,7 @@ Layers
|
||||
ALiBi
|
||||
AvgPool1d
|
||||
AvgPool2d
|
||||
AvgPool3d
|
||||
BatchNorm
|
||||
CELU
|
||||
Conv1d
|
||||
@@ -41,6 +42,7 @@ Layers
|
||||
LSTM
|
||||
MaxPool1d
|
||||
MaxPool2d
|
||||
MaxPool3d
|
||||
Mish
|
||||
MultiHeadAttention
|
||||
PReLU
|
||||
|
Reference in New Issue
Block a user