Skip to content

Commit

Permalink
Latest docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[doc-deploy-bot] committed Jan 15, 2025
1 parent 0398951 commit 98d8be2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ <h1>dpctl.tensor.usm_ndarray<a class="headerlink" href="#dpctl-tensor-usm-ndarra
<div class="table-wrapper autosummary longtable docutils container">
<table class="autosummary longtable docutils align-default">
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/dpctl.tensor.usm_ndarray.to_device.html#dpctl.tensor.usm_ndarray.to_device" title="dpctl.tensor.usm_ndarray.to_device"><code class="xref py py-obj docutils literal notranslate"><span class="pre">to_device</span></code></a>(target_device)</p></td>
<tr class="row-odd"><td><p><a class="reference internal" href="generated/dpctl.tensor.usm_ndarray.to_device.html#dpctl.tensor.usm_ndarray.to_device" title="dpctl.tensor.usm_ndarray.to_device"><code class="xref py py-obj docutils literal notranslate"><span class="pre">to_device</span></code></a>(target_device, /, *[, stream])</p></td>
<td><p>Transfers this array to specified target device.</p></td>
</tr>
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<h1>dpctl.tensor.usm_ndarray.to_device<a class="headerlink" href="#dpctl-tensor-usm-ndarray-to-device" title="Permalink to this heading"></a></h1>
<dl class="py method">
<dt class="sig sig-object py" id="dpctl.tensor.usm_ndarray.to_device">
<span class="sig-prename descclassname"><span class="pre">usm_ndarray.</span></span><span class="sig-name descname"><span class="pre">to_device</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">target_device</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#dpctl.tensor.usm_ndarray.to_device" title="Permalink to this definition"></a></dt>
<span class="sig-prename descclassname"><span class="pre">usm_ndarray.</span></span><span class="sig-name descname"><span class="pre">to_device</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">target_device</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">/</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">stream</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#dpctl.tensor.usm_ndarray.to_device" title="Permalink to this definition"></a></dt>
<dd><p>Transfers this array to specified target device.</p>
<dl class="field-list">
<dt class="field-odd">Example<span class="colon">:</span></dt>
Expand Down
Binary file modified master/objects.inv
Binary file not shown.

0 comments on commit 98d8be2

Please sign in to comment.