Skip to content

Commit 7027ba6

Browse files
author
array-api-bot
committed
Deploy: 8b0852b
1 parent da155b6 commit 7027ba6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

2021.12/API_specification/generated/array_api.nonzero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ <h1 id="api-specification-generated-array-api-nonzero--page-root">nonzero<a clas
435435
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Must have a positive rank. If <code class="docutils literal notranslate"><span class="pre">x</span></code> is zero-dimensional, the function must raise an exception.</p>
436436
</dd>
437437
<dt class="field-even">Returns<span class="colon">:</span></dt>
438-
<dd class="field-even"><p><strong>out</strong> (<em>Typle[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
438+
<dd class="field-even"><p><strong>out</strong> (<em>Tuple[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
439439
</dd>
440440
</dl>
441441
</dd></dl>

2021.12/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2022.12/API_specification/generated/array_api.nonzero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ <h1 id="api-specification-generated-array-api-nonzero--page-root">nonzero<a clas
476476
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Must have a positive rank. If <code class="docutils literal notranslate"><span class="pre">x</span></code> is zero-dimensional, the function must raise an exception.</p>
477477
</dd>
478478
<dt class="field-even">Returns<span class="colon">:</span></dt>
479-
<dd class="field-even"><p><strong>out</strong> (<em>Typle[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
479+
<dd class="field-even"><p><strong>out</strong> (<em>Tuple[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
480480
</dd>
481481
</dl>
482482
<p class="rubric">Notes</p>

2022.12/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2023.12/API_specification/generated/array_api.nonzero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h1 id="api-specification-generated-array-api-nonzero--page-root">nonzero<a clas
483483
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Must have a positive rank. If <code class="docutils literal notranslate"><span class="pre">x</span></code> is zero-dimensional, the function must raise an exception.</p>
484484
</dd>
485485
<dt class="field-even">Returns<span class="colon">:</span></dt>
486-
<dd class="field-even"><p><strong>out</strong> (<em>Typle[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
486+
<dd class="field-even"><p><strong>out</strong> (<em>Tuple[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
487487
</dd>
488488
</dl>
489489
<p class="rubric">Notes</p>

2023.12/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

latest/API_specification/generated/array_api.nonzero.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h1 id="api-specification-generated-array-api-nonzero--page-root">nonzero<a clas
483483
<dd class="field-odd"><p><strong>x</strong> (<em>array</em>) – input array. Must have a positive rank. If <code class="docutils literal notranslate"><span class="pre">x</span></code> is zero-dimensional, the function must raise an exception.</p>
484484
</dd>
485485
<dt class="field-even">Returns<span class="colon">:</span></dt>
486-
<dd class="field-even"><p><strong>out</strong> (<em>Typle[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
486+
<dd class="field-even"><p><strong>out</strong> (<em>Tuple[array, …]</em>) – a tuple of <code class="docutils literal notranslate"><span class="pre">k</span></code> arrays, one for each dimension of <code class="docutils literal notranslate"><span class="pre">x</span></code> and each of size <code class="docutils literal notranslate"><span class="pre">n</span></code> (where <code class="docutils literal notranslate"><span class="pre">n</span></code> is the total number of non-zero elements), containing the indices of the non-zero elements in that dimension. The indices must be returned in row-major, C-style order. The returned array must have the default array index data type.</p>
487487
</dd>
488488
</dl>
489489
<p class="rubric">Notes</p>

latest/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)