Skip to content

Commit ee0db31

Browse files
author
github-actions[doc-deploy-bot]
committed
Latest docs.
1 parent f78d397 commit ee0db31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

master/_modules/dpctl/tensor/_copy_utils.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ <h1>Source code for dpctl.tensor._copy_utils</h1><div class="highlight"><pre>
905905
<span class="sd"> arg:</span>
906906
<span class="sd"> Input convertible to :class:`numpy.ndarray`</span>
907907
<span class="sd"> device (object): array API specification of device where the</span>
908-
<span class="sd"> output array is created. Device can be specified by a</span>
908+
<span class="sd"> output array is created. Device can be specified by</span>
909909
<span class="sd"> a filter selector string, an instance of</span>
910910
<span class="sd"> :class:`dpctl.SyclDevice`, an instance of</span>
911911
<span class="sd"> :class:`dpctl.SyclQueue`, or an instance of</span>
@@ -1399,7 +1399,7 @@ <h1>Source code for dpctl.tensor._copy_utils</h1><div class="highlight"><pre>
13991399
<span class="sd"> If this keyword is set to `False`, a view of the input array</span>
14001400
<span class="sd"> may be returned when possible.</span>
14011401
<span class="sd"> device (object): array API specification of device where the</span>
1402-
<span class="sd"> output array is created. Device can be specified by a</span>
1402+
<span class="sd"> output array is created. Device can be specified by</span>
14031403
<span class="sd"> a filter selector string, an instance of</span>
14041404
<span class="sd"> :class:`dpctl.SyclDevice`, an instance of</span>
14051405
<span class="sd"> :class:`dpctl.SyclQueue`, or an instance of</span>

master/api_reference/dpctl/generated/dpctl.tensor.astype.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ <h1>dpctl.tensor.astype<a class="headerlink" href="#dpctl-tensor-astype" title="
805805
If this keyword is set to <cite>False</cite>, a view of the input array
806806
may be returned when possible.</p></li>
807807
<li><p><strong>device</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#object" title="(in Python v3.13)"><em>object</em></a>) – array API specification of device where the
808-
output array is created. Device can be specified by a
808+
output array is created. Device can be specified by
809809
a filter selector string, an instance of
810810
<a class="reference internal" href="dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>, an instance of
811811
<a class="reference internal" href="dpctl.SyclQueue.html#dpctl.SyclQueue" title="dpctl.SyclQueue"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclQueue</span></code></a>, or an instance of

master/api_reference/dpctl/generated/dpctl.tensor.from_numpy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ <h1>dpctl.tensor.from_numpy<a class="headerlink" href="#dpctl-tensor-from-numpy"
795795
<dd class="field-odd"><ul class="simple">
796796
<li><p><strong>arg</strong> – Input convertible to <a class="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray" title="(in NumPy v2.2)"><code class="xref py py-class docutils literal notranslate"><span class="pre">numpy.ndarray</span></code></a></p></li>
797797
<li><p><strong>device</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#object" title="(in Python v3.13)"><em>object</em></a>) – array API specification of device where the
798-
output array is created. Device can be specified by a
798+
output array is created. Device can be specified by
799799
a filter selector string, an instance of
800800
<a class="reference internal" href="dpctl.SyclDevice.html#dpctl.SyclDevice" title="dpctl.SyclDevice"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclDevice</span></code></a>, an instance of
801801
<a class="reference internal" href="dpctl.SyclQueue.html#dpctl.SyclQueue" title="dpctl.SyclQueue"><code class="xref py py-class docutils literal notranslate"><span class="pre">dpctl.SyclQueue</span></code></a>, or an instance of

master/objects.inv

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)