|
212 | 212 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.expand_dims.html">array_api_extra.expand_dims</a></li> |
213 | 213 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.isclose.html">array_api_extra.isclose</a></li> |
214 | 214 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.kron.html">array_api_extra.kron</a></li> |
| 215 | +<li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.nan_to_num.html">array_api_extra.nan_to_num</a></li> |
215 | 216 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.nunique.html">array_api_extra.nunique</a></li> |
216 | 217 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.one_hot.html">array_api_extra.one_hot</a></li> |
217 | 218 | <li class="toctree-l2"><a class="reference internal" href="generated/array_api_extra.pad.html">array_api_extra.pad</a></li> |
@@ -306,19 +307,22 @@ <h1>API Reference<a class="headerlink" href="#api-reference" title="Link to this |
306 | 307 | <tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.kron.html#array_api_extra.kron" title="array_api_extra.kron"><code class="xref py py-obj docutils literal notranslate"><span class="pre">kron</span></code></a></p></td> |
307 | 308 | <td><p>Kronecker product of two arrays.</p></td> |
308 | 309 | </tr> |
309 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.nunique.html#array_api_extra.nunique" title="array_api_extra.nunique"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nunique</span></code></a></p></td> |
| 310 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.nan_to_num.html#array_api_extra.nan_to_num" title="array_api_extra.nan_to_num"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nan_to_num</span></code></a></p></td> |
| 311 | +<td><p>Replace NaN with zero and infinity with large finite numbers (default behaviour).</p></td> |
| 312 | +</tr> |
| 313 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.nunique.html#array_api_extra.nunique" title="array_api_extra.nunique"><code class="xref py py-obj docutils literal notranslate"><span class="pre">nunique</span></code></a></p></td> |
310 | 314 | <td><p>Count the number of unique elements in an array.</p></td> |
311 | 315 | </tr> |
312 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.one_hot.html#array_api_extra.one_hot" title="array_api_extra.one_hot"><code class="xref py py-obj docutils literal notranslate"><span class="pre">one_hot</span></code></a></p></td> |
| 316 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.one_hot.html#array_api_extra.one_hot" title="array_api_extra.one_hot"><code class="xref py py-obj docutils literal notranslate"><span class="pre">one_hot</span></code></a></p></td> |
313 | 317 | <td><p>One-hot encode the given indices.</p></td> |
314 | 318 | </tr> |
315 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.pad.html#array_api_extra.pad" title="array_api_extra.pad"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pad</span></code></a></p></td> |
| 319 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.pad.html#array_api_extra.pad" title="array_api_extra.pad"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pad</span></code></a></p></td> |
316 | 320 | <td><p>Pad the input array.</p></td> |
317 | 321 | </tr> |
318 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.setdiff1d.html#array_api_extra.setdiff1d" title="array_api_extra.setdiff1d"><code class="xref py py-obj docutils literal notranslate"><span class="pre">setdiff1d</span></code></a></p></td> |
| 322 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.setdiff1d.html#array_api_extra.setdiff1d" title="array_api_extra.setdiff1d"><code class="xref py py-obj docutils literal notranslate"><span class="pre">setdiff1d</span></code></a></p></td> |
319 | 323 | <td><p>Find the set difference of two arrays.</p></td> |
320 | 324 | </tr> |
321 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/array_api_extra.sinc.html#array_api_extra.sinc" title="array_api_extra.sinc"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sinc</span></code></a></p></td> |
| 325 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/array_api_extra.sinc.html#array_api_extra.sinc" title="array_api_extra.sinc"><code class="xref py py-obj docutils literal notranslate"><span class="pre">sinc</span></code></a></p></td> |
322 | 326 | <td><p>Return the normalized sinc function.</p></td> |
323 | 327 | </tr> |
324 | 328 | </tbody> |
|
0 commit comments