|
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.0dev0+28.g72a788283e1 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.20.0dev0+30.gfbe356d36cc 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=43cfe13b"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=28a5b166"></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> |
@@ -603,7 +603,8 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
603 | 603 | <span class="sd"> See Also</span> |
604 | 604 | <span class="sd"> --------</span> |
605 | 605 | <span class="sd"> :obj:`dpnp.asarray` : Similar function which always returns ndarrays.</span> |
606 | | -<span class="sd"> :obj:`dpnp.ascontiguousarray` : Convert input to a contiguous array.ы</span> |
| 606 | +<span class="sd"> :obj:`dpnp.ascontiguousarray` : Convert input to a contiguous array.</span> |
| 607 | +<span class="sd"> :obj:`dpnp.asfarray` : Convert input to a floating point ndarray.</span> |
607 | 608 | <span class="sd"> :obj:`dpnp.asfortranarray` : Convert input to an ndarray with column-major</span> |
608 | 609 | <span class="sd"> memory order.</span> |
609 | 610 | <span class="sd"> :obj:`dpnp.asarray_chkfinite` : Similar function which checks input</span> |
@@ -719,6 +720,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr |
719 | 720 | <span class="sd"> --------</span> |
720 | 721 | <span class="sd"> :obj:`dpnp.asanyarray` : Similar function which passes through subclasses.</span> |
721 | 722 | <span class="sd"> :obj:`dpnp.ascontiguousarray` : Convert input to a contiguous array.</span> |
| 723 | +<span class="sd"> :obj:`dpnp.asfarray` : Convert input to a floating point ndarray.</span> |
722 | 724 | <span class="sd"> :obj:`dpnp.asfortranarray` : Convert input to an ndarray with column-major</span> |
723 | 725 | <span class="sd"> memory order.</span> |
724 | 726 | <span class="sd"> :obj:`dpnp.asarray_chkfinite` : Similar function which checks input</span> |
|
0 commit comments