Skip to content

Commit 68b96b0

Browse files
author
array-api-bot
committed
Deploy: d95df16
1 parent bce5cb9 commit 68b96b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

draft/API_specification/generated/array_api.permute_dims.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ <h1 id="api-specification-generated-array-api-permute-dims--page-root">permute_d
477477
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
478478
<dd class="field-odd"><ul class="simple">
479479
<li><p><strong>x</strong> (<em>array</em>) – input array.</p></li>
480-
<li><p><strong>axes</strong> (<em>Tuple</em><em>[</em><em>int</em><em>, </em><em>...</em><em>]</em>) – tuple containing a permutation of <code class="docutils literal notranslate"><span class="pre">(0,</span> <span class="pre">1,</span> <span class="pre">...,</span> <span class="pre">N-1)</span></code> where <code class="docutils literal notranslate"><span class="pre">N</span></code> is the number of axes in <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></li>
480+
<li><p><strong>axes</strong> (<em>Tuple</em><em>[</em><em>int</em><em>, </em><em>...</em><em>]</em>) – tuple containing a permutation of axes. A valid axis <strong>must</strong> be an integer on the interval <code class="docutils literal notranslate"><span class="pre">[-N,</span> <span class="pre">N)</span></code>, where <code class="docutils literal notranslate"><span class="pre">N</span></code> is the number of axes in <code class="docutils literal notranslate"><span class="pre">x</span></code>. If an axis is specified as a negative integer, the function <strong>must</strong> determine the respective axis index by counting backward from the last axis (where <code class="docutils literal notranslate"><span class="pre">-1</span></code> refers to the last axis). If provided an invalid axis, the function <strong>must</strong> raise an exception.</p></li>
481481
</ul>
482482
</dd>
483483
<dt class="field-even">Returns<span class="colon">:</span></dt>

draft/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)