Skip to content

Commit 67f230d

Browse files
author
github-actions[doc-deploy-bot]
committed
Docs for pull request 2033
1 parent c035368 commit 67f230d

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

pulls/2033/api_reference/dpctl/generated/dpctl.tensor.ceil.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ <h1>dpctl.tensor.ceil<a class="headerlink" href="#dpctl-tensor-ceil" title="Perm
798798
<dl class="field-list simple">
799799
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
800800
<dd class="field-odd"><ul class="simple">
801-
<li><p><strong>x</strong> (<a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a>) – Input array, expected to have a real-valued data type.</p></li>
801+
<li><p><strong>x</strong> (<a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a>) – Input array, expected to have a boolean or real-valued data type.</p></li>
802802
<li><p><strong>out</strong> (<em>Union</em><em>[</em><a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a><em>, </em><em>None</em><em>]</em><em>, </em><em>optional</em>) – Output array to populate.
803803
Array must have the correct shape and the expected data type.</p></li>
804804
<li><p><strong>order</strong> (<em>&quot;C&quot;</em><em>,</em><em>&quot;F&quot;</em><em>,</em><em>&quot;A&quot;</em><em>,</em><em>&quot;K&quot;</em><em>, </em><em>optional</em>) – Memory layout of the new output array, if parameter

pulls/2033/api_reference/dpctl/generated/dpctl.tensor.floor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ <h1>dpctl.tensor.floor<a class="headerlink" href="#dpctl-tensor-floor" title="Pe
798798
<dl class="field-list simple">
799799
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
800800
<dd class="field-odd"><ul class="simple">
801-
<li><p><strong>x</strong> (<a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a>) – Input array, expected to have a real-valued data type.</p></li>
801+
<li><p><strong>x</strong> (<a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a>) – Input array, expected to have a boolean or real-valued data type.</p></li>
802802
<li><p><strong>out</strong> (<em>Union</em><em>[</em><a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a><em>, </em><em>None</em><em>]</em><em>, </em><em>optional</em>) – Output array to populate.
803803
Array must have the correct shape and the expected data type.</p></li>
804804
<li><p><strong>order</strong> (<em>&quot;C&quot;</em><em>,</em><em>&quot;F&quot;</em><em>,</em><em>&quot;A&quot;</em><em>,</em><em>&quot;K&quot;</em><em>, </em><em>optional</em>) – Memory layout of the new output array, if parameter

pulls/2033/api_reference/dpctl/generated/dpctl.tensor.trunc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ <h1>dpctl.tensor.trunc<a class="headerlink" href="#dpctl-tensor-trunc" title="Pe
800800
<dl class="field-list simple">
801801
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
802802
<dd class="field-odd"><ul class="simple">
803-
<li><p><strong>x</strong> (<a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a>) – Input array, expected to have a real-valued data type.</p></li>
803+
<li><p><strong>x</strong> (<a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a>) – Input array, expected to have a boolean or real-valued data type.</p></li>
804804
<li><p><strong>out</strong> (<em>Union</em><em>[</em><a class="reference internal" href="dpctl.tensor.usm_ndarray.html#dpctl.tensor.usm_ndarray" title="dpctl.tensor.usm_ndarray"><em>usm_ndarray</em></a><em>, </em><em>None</em><em>]</em><em>, </em><em>optional</em>) – Output array to populate.
805805
Array must have the correct shape and the expected data type.</p></li>
806806
<li><p><strong>order</strong> (<em>&quot;C&quot;</em><em>,</em><em>&quot;F&quot;</em><em>,</em><em>&quot;A&quot;</em><em>,</em><em>&quot;K&quot;</em><em>, </em><em>optional</em>) – Memory layout of the new output array, if parameter

pulls/2033/beginners_guides/installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ <h2>Installation using pip<a class="headerlink" href="#installation-using-pip" t
852852
<section id="installation-via-intel-r-distribution-for-python">
853853
<h2>Installation via Intel(R) Distribution for Python<a class="headerlink" href="#installation-via-intel-r-distribution-for-python" title="Permalink to this heading"></a></h2>
854854
<p><a class="reference external" href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html">Intel(R) Distribution for Python*</a> is distributed as a conda-based installer
855-
and includes <a class="reference internal" href="../api_reference/dpctl/index.html#module-dpctl" title="dpctl"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl</span></code></a> along with its dependencies and sister projects <a class="reference external" href="https://intelpython.github.io/dpnp/overview.html#module-dpnp" title="(in Data Parallel Extension for NumPy v0.18.0dev0+48.g7d4f1cae2bb)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpnp</span></code></a>
855+
and includes <a class="reference internal" href="../api_reference/dpctl/index.html#module-dpctl" title="dpctl"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpctl</span></code></a> along with its dependencies and sister projects <a class="reference external" href="https://intelpython.github.io/dpnp/overview.html#module-dpnp" title="(in Data Parallel Extension for NumPy v0.18.0dev0+56.g76f43606dae)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">dpnp</span></code></a>
856856
and <a class="reference external" href="https://intelpython.github.io/numba-dpex/latest/index.html#module-numba_dpex" title="(in numba-dpex)"><code class="xref py py-mod docutils literal notranslate"><span class="pre">numba_dpex</span></code></a>.</p>
857857
<p>Once the installed environment is activated, <code class="docutils literal notranslate"><span class="pre">dpctl</span></code> should be ready to use.</p>
858858
</section>

pulls/2033/objects.inv

0 Bytes
Binary file not shown.

pulls/2033/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)