|
14 | 14 | </script> |
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
17 | | - <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.18.0dev0+21.g83ab777ec0a documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.18.0dev0+34.g5f3158f27fe 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=45964498"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=c931f6c0"></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> |
@@ -410,7 +410,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
410 | 410 | <span class="sd"> (``dtype``, ``order``, etc.). For ``False`` it raises a ``ValueError``</span> |
411 | 411 | <span class="sd"> exception if a copy can not be avoided.</span> |
412 | 412 | <span class="sd"> Default: ``True``.</span> |
413 | | -<span class="sd"> order : {"C", "F", "A", "K"}, optional</span> |
| 413 | +<span class="sd"> order : {None, "C", "F", "A", "K"}, optional</span> |
414 | 414 | <span class="sd"> Memory layout of the newly output array.</span> |
415 | 415 | <span class="sd"> Default: ``"K"``.</span> |
416 | 416 | <span class="sd"> ndmin : int, optional</span> |
@@ -1106,7 +1106,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
1106 | 1106 | <span class="sd"> Input data, in any form that can be converted to an array. This</span> |
1107 | 1107 | <span class="sd"> includes scalars, lists, lists of tuples, tuples, tuples of tuples,</span> |
1108 | 1108 | <span class="sd"> tuples of lists, and ndarrays.</span> |
1109 | | -<span class="sd"> order : {"C", "F", "A", "K"}, optional</span> |
| 1109 | +<span class="sd"> order : {None, "C", "F", "A", "K"}, optional</span> |
1110 | 1110 | <span class="sd"> Memory layout of the newly output array.</span> |
1111 | 1111 | <span class="sd"> Default: ``"K"``.</span> |
1112 | 1112 | <span class="sd"> device : {None, string, SyclDevice, SyclQueue, Device}, optional</span> |
@@ -3733,7 +3733,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
3733 | 3733 | <span class="sd"> precision, then the default integer precision is used. Otherwise, the</span> |
3734 | 3734 | <span class="sd"> precision is the same as that of `a`.</span> |
3735 | 3735 | <span class="sd"> Default: ``None``.</span> |
3736 | | -<span class="sd"> out : {dpnp.ndarray, usm_ndarray}, optional</span> |
| 3736 | +<span class="sd"> out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
3737 | 3737 | <span class="sd"> Array into which the output is placed. Its type is preserved and it</span> |
3738 | 3738 | <span class="sd"> must be of the right shape to hold the output.</span> |
3739 | 3739 | <span class="sd"> Default: ``None``.</span> |
|
0 commit comments