|
14 | 14 | </script>
|
15 | 15 |
|
16 | 16 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
17 |
| - <title>dpnp.dpnp_iface_bitwise — Data Parallel Extension for NumPy 0.18.0dev0+21.gb0f2d101d4f documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_bitwise — Data Parallel Extension for NumPy 0.18.0dev0+24.g6942ce55d8f 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=f3b38a3c"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=358d9435"></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>
|
@@ -110,7 +110,7 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
110 | 110 | <span class="c1"># *****************************************************************************</span>
|
111 | 111 |
|
112 | 112 | <span class="sd">"""</span>
|
113 |
| -<span class="sd">Interface of the Binary operations of the DPNP</span> |
| 113 | +<span class="sd">Interface of the Bitwise part of the DPNP</span> |
114 | 114 |
|
115 | 115 | <span class="sd">Notes</span>
|
116 | 116 | <span class="sd">-----</span>
|
@@ -171,6 +171,7 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
171 | 171 | <span class="sd"> at least a sufficient number of bits for `num` to be represented in the</span>
|
172 | 172 | <span class="sd"> designated form. If the `width` value is insufficient, an error is</span>
|
173 | 173 | <span class="sd"> raised.</span>
|
| 174 | + |
174 | 175 | <span class="sd"> Default: ``None``.</span>
|
175 | 176 |
|
176 | 177 | <span class="sd"> Returns</span>
|
@@ -233,9 +234,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
233 | 234 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span>
|
234 | 235 | <span class="s2"> Output array to populate.</span>
|
235 | 236 | <span class="s2"> Array must have the correct shape and the expected data type.</span>
|
| 237 | + |
236 | 238 | <span class="s2"> Default: ``None``.</span>
|
237 | 239 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span>
|
238 | 240 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span>
|
| 241 | + |
239 | 242 | <span class="s2"> Default: ``"K"``.</span>
|
240 | 243 |
|
241 | 244 | <span class="s2">Returns</span>
|
@@ -320,9 +323,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
320 | 323 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span>
|
321 | 324 | <span class="s2"> Output array to populate.</span>
|
322 | 325 | <span class="s2"> Array must have the correct shape and the expected data type.</span>
|
| 326 | + |
323 | 327 | <span class="s2"> Default: ``None``.</span>
|
324 | 328 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span>
|
325 | 329 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span>
|
| 330 | + |
326 | 331 | <span class="s2"> Default: ``"K"``.</span>
|
327 | 332 |
|
328 | 333 | <span class="s2">Returns</span>
|
@@ -398,9 +403,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
398 | 403 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span>
|
399 | 404 | <span class="s2"> Output array to populate.</span>
|
400 | 405 | <span class="s2"> Array must have the correct shape and the expected data type.</span>
|
| 406 | + |
401 | 407 | <span class="s2"> Default: ``None``.</span>
|
402 | 408 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span>
|
403 | 409 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span>
|
| 410 | + |
404 | 411 | <span class="s2"> Default: ``"K"``.</span>
|
405 | 412 |
|
406 | 413 | <span class="s2">Returns</span>
|
@@ -474,9 +481,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
474 | 481 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span>
|
475 | 482 | <span class="s2"> Output array to populate.</span>
|
476 | 483 | <span class="s2"> Array must have the correct shape and the expected data type.</span>
|
| 484 | + |
477 | 485 | <span class="s2"> Default: ``None``.</span>
|
478 | 486 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span>
|
479 | 487 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span>
|
| 488 | + |
480 | 489 | <span class="s2"> Default: ``"K"``.</span>
|
481 | 490 |
|
482 | 491 | <span class="s2">Returns</span>
|
@@ -560,9 +569,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
560 | 569 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span>
|
561 | 570 | <span class="s2"> Output array to populate.</span>
|
562 | 571 | <span class="s2"> Array must have the correct shape and the expected data type.</span>
|
| 572 | + |
563 | 573 | <span class="s2"> Default: ``None``.</span>
|
564 | 574 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span>
|
565 | 575 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span>
|
| 576 | + |
566 | 577 | <span class="s2"> Default: ``"K"``.</span>
|
567 | 578 | <span class="s2">Returns</span>
|
568 | 579 | <span class="s2">-------</span>
|
@@ -637,9 +648,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre>
|
637 | 648 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span>
|
638 | 649 | <span class="s2"> Output array to populate.</span>
|
639 | 650 | <span class="s2"> Array must have the correct shape and the expected data type.</span>
|
| 651 | + |
640 | 652 | <span class="s2"> Default: ``None``.</span>
|
641 | 653 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span>
|
642 | 654 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span>
|
| 655 | + |
643 | 656 | <span class="s2"> Default: ``"K"``.</span>
|
644 | 657 |
|
645 | 658 | <span class="s2">Returns</span>
|
|
0 commit comments