This commit is contained in:
Awni Hannun
2023-12-21 22:13:41 -08:00
committed by CircleCI Docs
parent 0250e203f6
commit 8bea0a4eb8
273 changed files with 13936 additions and 1646 deletions

View File

@@ -0,0 +1,8 @@
mlx.nn.QuantizedLinear
======================
.. currentmodule:: mlx.nn
.. autoclass:: QuantizedLinear

View File

@@ -0,0 +1,8 @@
mlx.nn.losses.smooth\_l1\_loss
==============================
.. currentmodule:: mlx.nn.losses
.. autoclass:: smooth_l1_loss

View File

@@ -0,0 +1,8 @@
mlx.nn.losses.triplet\_loss
===========================
.. currentmodule:: mlx.nn.losses
.. autoclass:: triplet_loss

View File

@@ -26,3 +26,4 @@ Layers
RoPE
MultiHeadAttention
Sequential
QuantizedLinear

View File

@@ -9,9 +9,11 @@ Loss Functions
:toctree: _autosummary_functions
:template: nn-module-template.rst
cross_entropy
binary_cross_entropy
cross_entropy
kl_div_loss
l1_loss
mse_loss
nll_loss
kl_div_loss
smooth_l1_loss
triplet_loss