Skip to content

Commit

Permalink
Deploy: 6bfea7a
Browse files Browse the repository at this point in the history
  • Loading branch information
array-api-bot committed Jul 25, 2024
1 parent 76a26d9 commit d79290f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h1 id="api-specification-generated-array-api-info-capabilities--page-root">capa
<ul class="simple">
<li><p><code class="code docutils literal notranslate"><span class="pre">"boolean</span> <span class="pre">indexing"</span></code>: boolean indicating whether an array library supports boolean indexing. If a conforming implementation fully supports boolean indexing in compliance with this specification (see <a class="reference internal" href="../indexing.html#indexing"><span class="std std-ref">Indexing</span></a>), the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">True</span></code>; otherwise, the value must be <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p></li>
<li><p><code class="code docutils literal notranslate"><span class="pre">"data-dependent</span> <span class="pre">shapes"</span></code>: boolean indicating whether an array library supports data-dependent output shapes. If a conforming implementation fully supports all APIs included in this specification (excluding boolean indexing) which have data-dependent output shapes, as explicitly demarcated throughout the specification, the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">True</span></code>; otherwise, the value must be <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p></li>
<li><p><code class="code docutils literal notranslate"><span class="pre">"max</span> <span class="pre">rank"</span></code>: maximum number of supported dimensions. If a conforming implementation supports arrays having an arbitrary number of dimensions (potentially infinite), the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">None</span></code>; otherwise, the value must be a finite integer.</p></li>
<li><p><code class="code docutils literal notranslate"><span class="pre">"max</span> <span class="pre">dimensions"</span></code>: maximum number of supported dimensions. If a conforming implementation supports arrays having an arbitrary number of dimensions (potentially infinite), the corresponding dictionary value must be <code class="docutils literal notranslate"><span class="pre">None</span></code>; otherwise, the value must be a finite integer.</p></li>
</ul>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
Expand Down
2 changes: 1 addition & 1 deletion draft/searchindex.js

Large diffs are not rendered by default.

0 comments on commit d79290f

Please sign in to comment.