|
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.20.0dev1+43.g290ab65e545 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.20.0dev1+44.g4d0462d030c 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=21ab21bf"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=79d5e91b"></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> |
@@ -2860,6 +2860,8 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
2860 | 2860 | <span class="sd"> of tuples, tuples of lists, and ndarrays. If `endpoint` is set to</span> |
2861 | 2861 | <span class="sd"> ``False`` the sequence consists of all but the last of ``num + 1``</span> |
2862 | 2862 | <span class="sd"> evenly spaced samples, so that `stop` is excluded.</span> |
| 2863 | +<span class="sd"> num : int</span> |
| 2864 | +<span class="sd"> Number of samples. Must have a nonnegative value.</span> |
2863 | 2865 | <span class="sd"> dtype : {None, str, dtype object}, optional</span> |
2864 | 2866 | <span class="sd"> The desired dtype for the array. If not given, a default dtype will be</span> |
2865 | 2867 | <span class="sd"> used that can represent the values (by considering Promotion Type Rule</span> |
|
0 commit comments