This commit is contained in:
Awni Hannun
2024-09-17 12:06:14 -07:00
committed by CircleCI Docs
parent 9da49a07a4
commit d44f06ae79
739 changed files with 28107 additions and 8524 deletions

View File

@@ -91,11 +91,11 @@ $(function() { codefold.init(0); });
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacemlx_1_1core.html">mlx::core</a> {</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> </div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"><a class="line" href="namespacemlx_1_1core.html#a5ab133d67da9c16621f61690e27fccfd"> 9</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespacemlx_1_1core.html#a5ab133d67da9c16621f61690e27fccfd">slice_gpu</a>(</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"><a class="line" href="namespacemlx_1_1core.html#a59048c5ff114c101a496bf33f62e3de9"> 9</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespacemlx_1_1core.html#a59048c5ff114c101a496bf33f62e3de9">slice_gpu</a>(</div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span> <span class="keyword">const</span> <a class="code hl_class" href="classmlx_1_1core_1_1array.html">array</a>&amp; in,</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> <a class="code hl_class" href="classmlx_1_1core_1_1array.html">array</a>&amp; out,</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> std::vector&lt;int&gt; start_indices,</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> std::vector&lt;int&gt; strides,</div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span> <span class="keyword">const</span> std::vector&lt;int&gt;&amp; start_indices,</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">const</span> std::vector&lt;int&gt;&amp; strides,</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span> <span class="keyword">const</span> <a class="code hl_struct" href="structmlx_1_1core_1_1_stream.html">Stream</a>&amp; s);</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span> </div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="namespacemlx_1_1core.html#a050299d0d366ca5c9d09d1004dcc3e7d"> 16</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="namespacemlx_1_1core.html#a050299d0d366ca5c9d09d1004dcc3e7d">concatenate_gpu</a>(</div>
@@ -117,7 +117,7 @@ $(function() { codefold.init(0); });
<div class="ttc" id="aclassmlx_1_1core_1_1array_html"><div class="ttname"><a href="classmlx_1_1core_1_1array.html">mlx::core::array</a></div><div class="ttdef"><b>Definition</b> array.h:20</div></div>
<div class="ttc" id="anamespacemlx_1_1core_html"><div class="ttname"><a href="namespacemlx_1_1core.html">mlx::core</a></div><div class="ttdef"><b>Definition</b> allocator.h:7</div></div>
<div class="ttc" id="anamespacemlx_1_1core_html_a050299d0d366ca5c9d09d1004dcc3e7d"><div class="ttname"><a href="namespacemlx_1_1core.html#a050299d0d366ca5c9d09d1004dcc3e7d">mlx::core::concatenate_gpu</a></div><div class="ttdeci">void concatenate_gpu(const std::vector&lt; array &gt; &amp;inputs, array &amp;out, int axis, const Stream &amp;s)</div></div>
<div class="ttc" id="anamespacemlx_1_1core_html_a5ab133d67da9c16621f61690e27fccfd"><div class="ttname"><a href="namespacemlx_1_1core.html#a5ab133d67da9c16621f61690e27fccfd">mlx::core::slice_gpu</a></div><div class="ttdeci">void slice_gpu(const array &amp;in, array &amp;out, std::vector&lt; int &gt; start_indices, std::vector&lt; int &gt; strides, const Stream &amp;s)</div></div>
<div class="ttc" id="anamespacemlx_1_1core_html_a59048c5ff114c101a496bf33f62e3de9"><div class="ttname"><a href="namespacemlx_1_1core.html#a59048c5ff114c101a496bf33f62e3de9">mlx::core::slice_gpu</a></div><div class="ttdeci">void slice_gpu(const array &amp;in, array &amp;out, const std::vector&lt; int &gt; &amp;start_indices, const std::vector&lt; int &gt; &amp;strides, const Stream &amp;s)</div></div>
<div class="ttc" id="anamespacemlx_1_1core_html_a6e2054d396ae487d810642dc19cdd0b0"><div class="ttname"><a href="namespacemlx_1_1core.html#a6e2054d396ae487d810642dc19cdd0b0">mlx::core::pad_gpu</a></div><div class="ttdeci">void pad_gpu(const array &amp;in, const array &amp;val, array &amp;out, std::vector&lt; int &gt; axes, std::vector&lt; int &gt; low_pad_size, const Stream &amp;s)</div></div>
<div class="ttc" id="astructmlx_1_1core_1_1_stream_html"><div class="ttname"><a href="structmlx_1_1core_1_1_stream.html">mlx::core::Stream</a></div><div class="ttdef"><b>Definition</b> stream.h:9</div></div>
</div><!-- fragment --></div><!-- contents -->