mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-17 17:28:10 +08:00
docs
This commit is contained in:

committed by
CircleCI Docs

parent
5aa62e5553
commit
6f38552812
12
docs/build/html/quick_start.html
vendored
12
docs/build/html/quick_start.html
vendored
@@ -46,7 +46,7 @@
|
||||
<script>DOCUMENTATION_OPTIONS.pagename = 'quick_start';</script>
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="Using Streams" href="using_streams.html" />
|
||||
<link rel="next" title="Unified Memory" href="unified_memory.html" />
|
||||
<link rel="prev" title="Build and Install" href="install.html" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="docsearch:language" content="en"/>
|
||||
@@ -148,6 +148,7 @@
|
||||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Usage</span></p>
|
||||
<ul class="current nav bd-sidenav">
|
||||
<li class="toctree-l1 current active"><a class="current reference internal" href="#">Quick Start Guide</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="unified_memory.html">Unified Memory</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="using_streams.html">Using Streams</a></li>
|
||||
</ul>
|
||||
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Examples</span></p>
|
||||
@@ -538,7 +539,6 @@ document.write(`
|
||||
<ul class="visible nav section-nav flex-column">
|
||||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#basics">Basics</a></li>
|
||||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#function-and-graph-transformations">Function and Graph Transformations</a></li>
|
||||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#devices-and-streams">Devices and Streams</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
@@ -603,9 +603,6 @@ and <a class="reference internal" href="python/_autosummary/mlx.core.jvp.html#ml
|
||||
<p>Use <a class="reference internal" href="python/_autosummary/mlx.core.value_and_grad.html#mlx.core.value_and_grad" title="mlx.core.value_and_grad"><code class="xref py py-func docutils literal notranslate"><span class="pre">value_and_grad()</span></code></a> to efficiently compute both a function’s output and
|
||||
gradient with respect to the function’s input.</p>
|
||||
</section>
|
||||
<section id="devices-and-streams">
|
||||
<h2>Devices and Streams<a class="headerlink" href="#devices-and-streams" title="Permalink to this heading">#</a></h2>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -629,11 +626,11 @@ gradient with respect to the function’s input.</p>
|
||||
</div>
|
||||
</a>
|
||||
<a class="right-next"
|
||||
href="using_streams.html"
|
||||
href="unified_memory.html"
|
||||
title="next page">
|
||||
<div class="prev-next-info">
|
||||
<p class="prev-next-subtitle">next</p>
|
||||
<p class="prev-next-title">Using Streams</p>
|
||||
<p class="prev-next-title">Unified Memory</p>
|
||||
</div>
|
||||
<i class="fa-solid fa-angle-right"></i>
|
||||
</a>
|
||||
@@ -654,7 +651,6 @@ gradient with respect to the function’s input.</p>
|
||||
<ul class="visible nav section-nav flex-column">
|
||||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#basics">Basics</a></li>
|
||||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#function-and-graph-transformations">Function and Graph Transformations</a></li>
|
||||
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#devices-and-streams">Devices and Streams</a></li>
|
||||
</ul>
|
||||
</nav></div>
|
||||
|
||||
|
Reference in New Issue
Block a user