docs update

This commit is contained in:
Awni Hannun
2024-01-03 20:14:05 -08:00
committed by CircleCI Docs
parent de4f3e72fd
commit f1dfa257d2
330 changed files with 40495 additions and 3726 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.apply
===================
.. currentmodule:: mlx.nn
.. automethod:: Module.apply

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.apply\_to\_modules
================================
.. currentmodule:: mlx.nn
.. automethod:: Module.apply_to_modules

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.children
======================
.. currentmodule:: mlx.nn
.. automethod:: Module.children

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.eval
==================
.. currentmodule:: mlx.nn
.. automethod:: Module.eval

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.filter\_and\_map
==============================
.. currentmodule:: mlx.nn
.. automethod:: Module.filter_and_map

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.freeze
====================
.. currentmodule:: mlx.nn
.. automethod:: Module.freeze

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.leaf\_modules
===========================
.. currentmodule:: mlx.nn
.. automethod:: Module.leaf_modules

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.load\_weights
===========================
.. currentmodule:: mlx.nn
.. automethod:: Module.load_weights

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.modules
=====================
.. currentmodule:: mlx.nn
.. automethod:: Module.modules

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.named\_modules
============================
.. currentmodule:: mlx.nn
.. automethod:: Module.named_modules

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.parameters
========================
.. currentmodule:: mlx.nn
.. automethod:: Module.parameters

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.save\_weights
===========================
.. currentmodule:: mlx.nn
.. automethod:: Module.save_weights

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.train
===================
.. currentmodule:: mlx.nn
.. automethod:: Module.train

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.trainable\_parameters
===================================
.. currentmodule:: mlx.nn
.. automethod:: Module.trainable_parameters

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.training
======================
.. currentmodule:: mlx.nn
.. autoproperty:: Module.training

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.unfreeze
======================
.. currentmodule:: mlx.nn
.. automethod:: Module.unfreeze

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.update
====================
.. currentmodule:: mlx.nn
.. automethod:: Module.update

View File

@@ -0,0 +1,6 @@
mlx.nn.Module.update\_modules
=============================
.. currentmodule:: mlx.nn
.. automethod:: Module.update_modules

View File

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

View File

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