|
12 | 12 | </script> |
13 | 13 |
|
14 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
15 | | - <title>dpnp.dpnp_array — Data Parallel Extension for NumPy 0.11.1+537.g415e6df73 documentation</title> |
| 15 | + <title>dpnp.dpnp_array — Data Parallel Extension for NumPy 0.11.1+547.ga8e6fcee documentation</title> |
16 | 16 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" /> |
17 | 17 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" /> |
18 | 18 |
|
|
23 | 23 |
|
24 | 24 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
25 | 25 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
26 | | - <script src="../../_static/documentation_options.js?v=266aa979"></script> |
27 | | - <script src="../../_static/doctools.js?v=888ff710"></script> |
| 26 | + <script src="../../_static/documentation_options.js?v=0bcefa39"></script> |
| 27 | + <script src="../../_static/doctools.js?v=9a2dae69"></script> |
28 | 28 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
29 | 29 | <script src="../../_static/js/theme.js"></script> |
30 | 30 | <link rel="index" title="Index" href="../../genindex.html" /> |
|
43 | 43 | Data Parallel Extension for NumPy |
44 | 44 | </a> |
45 | 45 | <div class="version"> |
46 | | - 0.11.1+537.g415e6df73 |
| 46 | + 0.11.1+547.ga8e6fcee |
47 | 47 | </div> |
48 | 48 | <div role="search"> |
49 | 49 | <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> |
@@ -695,11 +695,13 @@ <h1>Source code for dpnp.dpnp_array</h1><div class="highlight"><pre> |
695 | 695 | <span class="sd"> Otherwise, a copy is returned.</span> |
696 | 696 | <span class="sd"> casting : {'no', 'equiv', 'safe', 'same_kind', 'unsafe'}, optional</span> |
697 | 697 | <span class="sd"> Controls what kind of data casting may occur. Defaults to 'unsafe' for backwards compatibility.</span> |
698 | | -<span class="sd"> 'no' means the data types should not be cast at all.</span> |
699 | | -<span class="sd"> 'equiv' means only byte-order changes are allowed.</span> |
700 | | -<span class="sd"> 'safe' means only casts which can preserve values are allowed.</span> |
701 | | -<span class="sd"> 'same_kind' means only safe casts or casts within a kind, like float64 to float32, are allowed.</span> |
702 | | -<span class="sd"> 'unsafe' means any data conversions may be done.</span> |
| 698 | + |
| 699 | +<span class="sd"> - 'no' means the data types should not be cast at all.</span> |
| 700 | +<span class="sd"> - 'equiv' means only byte-order changes are allowed.</span> |
| 701 | +<span class="sd"> - 'safe' means only casts which can preserve values are allowed.</span> |
| 702 | +<span class="sd"> - 'same_kind' means only safe casts or casts within a kind, like float64 to float32, are allowed.</span> |
| 703 | +<span class="sd"> - 'unsafe' means any data conversions may be done.</span> |
| 704 | + |
703 | 705 | <span class="sd"> copy : bool, optional</span> |
704 | 706 | <span class="sd"> By default, astype always returns a newly allocated array. If this is set to false, and the dtype,</span> |
705 | 707 | <span class="sd"> order, and subok requirements are satisfied, the input array is returned instead of a copy.</span> |
|
0 commit comments