|
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.20.0dev0+41.g7eed7dae56e documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_bitwise — Data Parallel Extension for NumPy 0.20.0dev0+42.g486b00d3fe2 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=40c63f2a"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=5349d751"></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> |
@@ -232,9 +232,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
232 | 232 | <span class="s2"> First input array, expected to have an integer or boolean data type.</span> |
233 | 233 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
234 | 234 | <span class="s2"> Second input array, also expected to have an integer or boolean data type.</span> |
235 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 235 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
236 | 236 | <span class="s2"> Output array to populate.</span> |
237 | 237 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 238 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 239 | +<span class="s2"> number of outputs.</span> |
238 | 240 |
|
239 | 241 | <span class="s2"> Default: ``None``.</span> |
240 | 242 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
@@ -321,9 +323,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
321 | 323 | <span class="s2">----------</span> |
322 | 324 | <span class="s2">x : {dpnp.ndarray, usm_ndarray}</span> |
323 | 325 | <span class="s2"> Input array, expected to have an integer data type.</span> |
324 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 326 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
325 | 327 | <span class="s2"> Output array to populate.</span> |
326 | 328 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 329 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 330 | +<span class="s2"> number of outputs.</span> |
327 | 331 |
|
328 | 332 | <span class="s2"> Default: ``None``.</span> |
329 | 333 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
@@ -378,9 +382,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
378 | 382 | <span class="s2"> First input array, expected to have an integer or boolean data type.</span> |
379 | 383 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
380 | 384 | <span class="s2"> Second input array, also expected to have an integer or boolean data type.</span> |
381 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 385 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
382 | 386 | <span class="s2"> Output array to populate.</span> |
383 | 387 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 388 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 389 | +<span class="s2"> number of outputs.</span> |
384 | 390 |
|
385 | 391 | <span class="s2"> Default: ``None``.</span> |
386 | 392 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
@@ -462,9 +468,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
462 | 468 | <span class="s2"> First input array, expected to have an integer or boolean data type.</span> |
463 | 469 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
464 | 470 | <span class="s2"> Second input array, also expected to have an integer or boolean data type.</span> |
465 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 471 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
466 | 472 | <span class="s2"> Output array to populate.</span> |
467 | 473 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 474 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 475 | +<span class="s2"> number of outputs.</span> |
468 | 476 |
|
469 | 477 | <span class="s2"> Default: ``None``.</span> |
470 | 478 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
@@ -548,9 +556,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
548 | 556 | <span class="s2">----------</span> |
549 | 557 | <span class="s2">x : {dpnp.ndarray, usm_ndarray}</span> |
550 | 558 | <span class="s2"> Input array, expected to have an integer or boolean data type.</span> |
551 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 559 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
552 | 560 | <span class="s2"> Output array to populate.</span> |
553 | 561 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 562 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 563 | +<span class="s2"> number of outputs.</span> |
554 | 564 |
|
555 | 565 | <span class="s2"> Default: ``None``.</span> |
556 | 566 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
@@ -632,9 +642,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
632 | 642 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
633 | 643 | <span class="s2"> Second input array, also expected to have an integer data type.</span> |
634 | 644 | <span class="s2"> Each element must be greater than or equal to ``0``.</span> |
635 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 645 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
636 | 646 | <span class="s2"> Output array to populate.</span> |
637 | 647 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 648 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 649 | +<span class="s2"> number of outputs.</span> |
638 | 650 |
|
639 | 651 | <span class="s2"> Default: ``None``.</span> |
640 | 652 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
@@ -715,9 +727,11 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
715 | 727 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
716 | 728 | <span class="s2"> Second input array, also expected to have an integer data type.</span> |
717 | 729 | <span class="s2"> Each element must be greater than or equal to ``0``.</span> |
718 | | -<span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
| 730 | +<span class="s2">out : {None, dpnp.ndarray, usm_ndarray, tuple of ndarray}, optional</span> |
719 | 731 | <span class="s2"> Output array to populate.</span> |
720 | 732 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
| 733 | +<span class="s2"> A tuple (possible only as a keyword argument) must have length equal to the</span> |
| 734 | +<span class="s2"> number of outputs.</span> |
721 | 735 |
|
722 | 736 | <span class="s2"> Default: ``None``.</span> |
723 | 737 | <span class="s2">order : {None, "C", "F", "A", "K"}, optional</span> |
|
0 commit comments