|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_array — Data Parallel Extension for NumPy 0.17.0dev6+5.ge130df0edcb documentation</title> |
| 17 | + <title>dpnp.dpnp_array — Data Parallel Extension for NumPy 0.17.0dev6+6.g898b6f295a5 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=e59714d7" /> |
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=2ac66f9c"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=40d54c6a"></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> |
@@ -867,12 +867,14 @@ <h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre> |
867 | 867 | <a class="viewcode-back" href="../../reference/generated/dpnp.dpnp_array.dpnp_array.asnumpy.html#dpnp.dpnp_array.dpnp_array.asnumpy">[docs]</a> |
868 | 868 | <span class="k">def</span><span class="w"> </span><span class="nf">asnumpy</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> |
869 | 869 | <span class="w"> </span><span class="sd">"""</span> |
870 | | -<span class="sd"> Copy content of the array into :class:`numpy.ndarray` instance of the same shape and data type.</span> |
| 870 | +<span class="sd"> Copy content of the array into :class:`numpy.ndarray` instance of</span> |
| 871 | +<span class="sd"> the same shape and data type.</span> |
871 | 872 |
|
872 | 873 | <span class="sd"> Returns</span> |
873 | 874 | <span class="sd"> -------</span> |
874 | | -<span class="sd"> numpy.ndarray</span> |
875 | | -<span class="sd"> An instance of :class:`numpy.ndarray` populated with the array content.</span> |
| 875 | +<span class="sd"> out : numpy.ndarray</span> |
| 876 | +<span class="sd"> An instance of :class:`numpy.ndarray` populated with the array</span> |
| 877 | +<span class="sd"> content.</span> |
876 | 878 |
|
877 | 879 | <span class="sd"> """</span> |
878 | 880 |
|
|
0 commit comments