|
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.17.0dev2+26.g4e43c48aed8 documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_bitwise — Data Parallel Extension for NumPy 0.17.0dev2+33.g6f94a8d4916 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=0e2c29c7"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=d42c548a"></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> |
@@ -228,6 +228,8 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
228 | 228 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
229 | 229 | <span class="s2"> Second input array, also expected to have integer or boolean data</span> |
230 | 230 | <span class="s2"> type. Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 231 | +<span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
| 232 | +<span class="s2"> (which becomes the shape of the output).</span> |
231 | 233 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
232 | 234 | <span class="s2"> Output array to populate.</span> |
233 | 235 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
@@ -312,6 +314,8 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
312 | 314 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
313 | 315 | <span class="s2"> Second input array, also expected to have integer or boolean data</span> |
314 | 316 | <span class="s2"> type. Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 317 | +<span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
| 318 | +<span class="s2"> (which becomes the shape of the output).</span> |
315 | 319 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
316 | 320 | <span class="s2"> Output array to populate.</span> |
317 | 321 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
@@ -387,6 +391,8 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
387 | 391 | <span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
388 | 392 | <span class="s2"> Second input array, also expected to have integer or boolean data</span> |
389 | 393 | <span class="s2"> type. Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 394 | +<span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
| 395 | +<span class="s2"> (which becomes the shape of the output).</span> |
390 | 396 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
391 | 397 | <span class="s2"> Output array to populate.</span> |
392 | 398 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
@@ -546,6 +552,8 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
546 | 552 | <span class="s2"> Second input array, also expected to have integer data type.</span> |
547 | 553 | <span class="s2"> Each element must be greater than or equal to ``0``.</span> |
548 | 554 | <span class="s2"> Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 555 | +<span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
| 556 | +<span class="s2"> (which becomes the shape of the output).</span> |
549 | 557 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
550 | 558 | <span class="s2"> Output array to populate.</span> |
551 | 559 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
@@ -620,6 +628,8 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
620 | 628 | <span class="s2"> Second input array, also expected to have integer data type.</span> |
621 | 629 | <span class="s2"> Each element must be greater than or equal to ``0``.</span> |
622 | 630 | <span class="s2"> Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 631 | +<span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
| 632 | +<span class="s2"> (which becomes the shape of the output).</span> |
623 | 633 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
624 | 634 | <span class="s2"> Output array to populate.</span> |
625 | 635 | <span class="s2"> Array must have the correct shape and the expected data type.</span> |
|
0 commit comments