|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_iface — Data Parallel Extension for NumPy 0.21.0dev1+33.gcc9504fbbc7 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface — Data Parallel Extension for NumPy 0.21.0dev1+37.gbb7005a7f8b documentation</title> |
18 | 18 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=03e43079" /> |
19 | 19 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" /> |
20 | 20 |
|
21 | 21 |
|
22 | 22 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
23 | 23 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
24 | | - <script src="../../_static/documentation_options.js?v=62f4109e"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=3cb72ef6"></script> |
25 | 25 | <script src="../../_static/doctools.js?v=9bcbadda"></script> |
26 | 26 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
27 | 27 | <script src="../../_static/js/theme.js"></script> |
@@ -541,6 +541,8 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre> |
541 | 541 | <span class="sd"> and implementing `__sycl_usm_array_interface__` protocol, an instance</span> |
542 | 542 | <span class="sd"> of `numpy.ndarray`, an object supporting Python buffer protocol,</span> |
543 | 543 | <span class="sd"> a Python scalar, or a (possibly nested) sequence of Python scalars.</span> |
| 544 | + |
| 545 | +<span class="sd"> Default: ``None``.</span> |
544 | 546 | <span class="sd"> sycl_queue : {None, class:`dpctl.SyclQueue`}, optional</span> |
545 | 547 | <span class="sd"> A queue which explicitly indicates where USM allocation is done</span> |
546 | 548 | <span class="sd"> and the population code (if any) is executed.</span> |
@@ -592,7 +594,7 @@ <h1>Source code for dpnp.dpnp_iface</h1><div class="highlight"><pre> |
592 | 594 | <span class="sd"> ----------</span> |
593 | 595 | <span class="sd"> a : {dpnp.ndarray, usm_ndarray}</span> |
594 | 596 | <span class="sd"> Input array.</span> |
595 | | -<span class="sd"> out : {None, dpnp.ndarray, usm_ndarray}</span> |
| 597 | +<span class="sd"> out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
596 | 598 | <span class="sd"> If provided, value of `a` array will be copied into it</span> |
597 | 599 | <span class="sd"> according to ``safe`` casting rule.</span> |
598 | 600 | <span class="sd"> It should be of the appropriate shape.</span> |
|
0 commit comments