update docs

This commit is contained in:
Awni Hannun
2023-12-13 14:46:24 -08:00
committed by CircleCI Docs
parent 6f38552812
commit 65b0bdffe1
241 changed files with 15049 additions and 737 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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