This commit is contained in:
CircleCI Docs
2025-07-01 22:14:26 +00:00
parent 35c20e6c56
commit cfe36c4c52
533 changed files with 2735 additions and 2574 deletions

View File

@@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Module &#8212; MLX 0.26.1 documentation</title>
<title>Module &#8212; MLX 0.26.2 documentation</title>
@@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
<script src="../../_static/documentation_options.js?v=3724ff34"></script>
<script src="../../_static/documentation_options.js?v=20507f52"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
@@ -137,8 +137,8 @@
<img src="../../_static/mlx_logo.png" class="logo__image only-light" alt="MLX 0.26.1 documentation - Home"/>
<script>document.write(`<img src="../../_static/mlx_logo_dark.png" class="logo__image only-dark" alt="MLX 0.26.1 documentation - Home"/>`);</script>
<img src="../../_static/mlx_logo.png" class="logo__image only-light" alt="MLX 0.26.2 documentation - Home"/>
<script>document.write(`<img src="../../_static/mlx_logo_dark.png" class="logo__image only-dark" alt="MLX 0.26.2 documentation - Home"/>`);</script>
</a></div>
@@ -1025,10 +1025,10 @@ set by calling <a class="reference internal" href="_autosummary/mlx.nn.Module.fr
<tr class="row-even"><td><p><a class="reference internal" href="_autosummary/mlx.nn.Module.unfreeze.html#mlx.nn.Module.unfreeze" title="mlx.nn.Module.unfreeze"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Module.unfreeze</span></code></a>(*[, recurse, keys, strict])</p></td>
<td><p>Unfreeze the Module's parameters or some of them.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="_autosummary/mlx.nn.Module.update.html#mlx.nn.Module.update" title="mlx.nn.Module.update"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Module.update</span></code></a>(parameters)</p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="_autosummary/mlx.nn.Module.update.html#mlx.nn.Module.update" title="mlx.nn.Module.update"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Module.update</span></code></a>(parameters[, strict])</p></td>
<td><p>Replace the parameters of this Module with the provided ones in the dict of dicts and lists.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="_autosummary/mlx.nn.Module.update_modules.html#mlx.nn.Module.update_modules" title="mlx.nn.Module.update_modules"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Module.update_modules</span></code></a>(modules)</p></td>
<tr class="row-even"><td><p><a class="reference internal" href="_autosummary/mlx.nn.Module.update_modules.html#mlx.nn.Module.update_modules" title="mlx.nn.Module.update_modules"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Module.update_modules</span></code></a>(modules[, strict])</p></td>
<td><p>Replace the child modules of this <a class="reference internal" href="#mlx.nn.Module" title="mlx.nn.Module"><code class="xref py py-class docutils literal notranslate"><span class="pre">Module</span></code></a> instance with the provided ones in the dict of dicts and lists.</p></td>
</tr>
</tbody>