rebase
This commit is contained in:
Vendored
+6
-6
@@ -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>Export Functions — MLX 0.29.2 documentation</title>
|
||||
<title>Export Functions — MLX 0.29.3 documentation</title>
|
||||
|
||||
|
||||
|
||||
@@ -37,7 +37,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=30d04a71"></script>
|
||||
<script src="../_static/documentation_options.js?v=8b2cc86c"></script>
|
||||
<script src="../_static/doctools.js?v=9a2dae69"></script>
|
||||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
|
||||
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
|
||||
@@ -140,8 +140,8 @@
|
||||
|
||||
|
||||
|
||||
<img src="../_static/mlx_logo.png" class="logo__image only-light" alt="MLX 0.29.2 documentation - Home"/>
|
||||
<script>document.write(`<img src="../_static/mlx_logo_dark.png" class="logo__image only-dark" alt="MLX 0.29.2 documentation - Home"/>`);</script>
|
||||
<img src="../_static/mlx_logo.png" class="logo__image only-light" alt="MLX 0.29.3 documentation - Home"/>
|
||||
<script>document.write(`<img src="../_static/mlx_logo_dark.png" class="logo__image only-dark" alt="MLX 0.29.3 documentation - Home"/>`);</script>
|
||||
|
||||
|
||||
</a></div>
|
||||
@@ -922,8 +922,8 @@ document.write(`
|
||||
<span id="export"></span><h1>Export Functions<a class="headerlink" href="#export-functions" title="Link to this heading">#</a></h1>
|
||||
<div class="pst-scrollable-table-container"><table class="autosummary longtable table autosummary">
|
||||
<tbody>
|
||||
<tr class="row-odd"><td><p><a class="reference internal" href="_autosummary/mlx.core.export_function.html#mlx.core.export_function" title="mlx.core.export_function"><code class="xref py py-obj docutils literal notranslate"><span class="pre">export_function</span></code></a>(file, fun, *args[, shapeless])</p></td>
|
||||
<td><p>Export a function to a file.</p></td>
|
||||
<tr class="row-odd"><td><p><a class="reference internal" href="_autosummary/mlx.core.export_function.html#mlx.core.export_function" title="mlx.core.export_function"><code class="xref py py-obj docutils literal notranslate"><span class="pre">export_function</span></code></a>(arg0, fun, *args[, shapeless])</p></td>
|
||||
<td><p>Export an MLX function.</p></td>
|
||||
</tr>
|
||||
<tr class="row-even"><td><p><a class="reference internal" href="_autosummary/mlx.core.import_function.html#mlx.core.import_function" title="mlx.core.import_function"><code class="xref py py-obj docutils literal notranslate"><span class="pre">import_function</span></code></a>(file)</p></td>
|
||||
<td><p>Import a function from a file.</p></td>
|
||||
|
||||
Reference in New Issue
Block a user