|
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.17.0dev2+31.gc35f18f1dc5 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.17.0dev2+33.g50dc2712328 documentation</title> |
18 | 18 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" /> |
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=d2db6ae0"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=0dd0b21b"></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> |
@@ -2215,9 +2215,8 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
2215 | 2215 | <span class="sd"> * ``(device_type, device_id)`` : 2-tuple matching the format of the</span> |
2216 | 2216 | <span class="sd"> output of the ``__dlpack_device__`` method: an integer enumerator</span> |
2217 | 2217 | <span class="sd"> representing the device type followed by an integer representing</span> |
2218 | | -<span class="sd"> the index of the device. The only supported</span> |
2219 | | -<span class="sd"> :class:`dpctl.tensor.DLDeviceType` device types are ``"kDLCPU"``</span> |
2220 | | -<span class="sd"> and ``"kDLOneAPI"``.</span> |
| 2218 | +<span class="sd"> the index of the device. The only supported :class:`dpnp.DLDeviceType`</span> |
| 2219 | +<span class="sd"> device types are ``"kDLCPU"`` and ``"kDLOneAPI"``.</span> |
2221 | 2220 |
|
2222 | 2221 | <span class="sd"> Default: ``None``.</span> |
2223 | 2222 | <span class="sd"> copy : {bool, None}, optional</span> |
|
0 commit comments