|
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+15.gb5173efe25e documentation</title> |
| 17 | + <title>dpnp.dpnp_iface_bitwise — Data Parallel Extension for NumPy 0.17.0dev2+18.g984d8368529 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=65796854"></script> |
| 24 | + <script src="../../_static/documentation_options.js?v=33e3383a"></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> |
@@ -222,15 +222,17 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
222 | 222 |
|
223 | 223 | <span class="s2">Parameters</span> |
224 | 224 | <span class="s2">----------</span> |
225 | | -<span class="s2">x1, x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
226 | | -<span class="s2"> Input arrays, expected to have integer or boolean data type.</span> |
| 225 | +<span class="s2">x1 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
| 226 | +<span class="s2"> First input array, expected to have integer or boolean data type.</span> |
227 | 227 | <span class="s2"> Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 228 | +<span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
| 229 | +<span class="s2"> Second input array, also expected to have integer or boolean data</span> |
| 230 | +<span class="s2"> type. Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
228 | 231 | <span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
229 | 232 | <span class="s2"> (which becomes the shape of the output).</span> |
230 | 233 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
231 | 234 | <span class="s2"> Output array to populate.</span> |
232 | | -<span class="s2"> Array must have a shape that the inputs broadcast to and</span> |
233 | | -<span class="s2"> the expected data type.</span> |
| 235 | +<span class="s2"> Array must have the correct shape and the expected data type.</span> |
234 | 236 | <span class="s2"> Default: ``None``.</span> |
235 | 237 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span> |
236 | 238 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span> |
@@ -306,15 +308,17 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
306 | 308 |
|
307 | 309 | <span class="s2">Parameters</span> |
308 | 310 | <span class="s2">----------</span> |
309 | | -<span class="s2">x1, x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
310 | | -<span class="s2"> Input arrays, expected to have integer or boolean data type.</span> |
| 311 | +<span class="s2">x1 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
| 312 | +<span class="s2"> First input array, expected to have integer or boolean data type.</span> |
311 | 313 | <span class="s2"> Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 314 | +<span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
| 315 | +<span class="s2"> Second input array, also expected to have integer or boolean data</span> |
| 316 | +<span class="s2"> type. Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
312 | 317 | <span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
313 | 318 | <span class="s2"> (which becomes the shape of the output).</span> |
314 | 319 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
315 | 320 | <span class="s2"> Output array to populate.</span> |
316 | | -<span class="s2"> Array must have a shape that the inputs broadcast to and</span> |
317 | | -<span class="s2"> the expected data type.</span> |
| 321 | +<span class="s2"> Array must have the correct shape and the expected data type.</span> |
318 | 322 | <span class="s2"> Default: ``None``.</span> |
319 | 323 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span> |
320 | 324 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span> |
@@ -381,15 +385,17 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
381 | 385 |
|
382 | 386 | <span class="s2">Parameters</span> |
383 | 387 | <span class="s2">----------</span> |
384 | | -<span class="s2">x1, x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
385 | | -<span class="s2"> Input arrays, expected to have integer or boolean data type.</span> |
| 388 | +<span class="s2">x1 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
| 389 | +<span class="s2"> First input array, expected to have integer or boolean data type.</span> |
386 | 390 | <span class="s2"> Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
| 391 | +<span class="s2">x2 : {dpnp.ndarray, usm_ndarray, scalar}</span> |
| 392 | +<span class="s2"> Second input array, also expected to have integer or boolean data</span> |
| 393 | +<span class="s2"> type. Both inputs `x1` and `x2` can not be scalars at the same time.</span> |
387 | 394 | <span class="s2"> If ``x1.shape != x2.shape``, they must be broadcastable to a common shape</span> |
388 | 395 | <span class="s2"> (which becomes the shape of the output).</span> |
389 | 396 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
390 | 397 | <span class="s2"> Output array to populate.</span> |
391 | | -<span class="s2"> Array must have a shape that the inputs broadcast to and</span> |
392 | | -<span class="s2"> the expected data type.</span> |
| 398 | +<span class="s2"> Array must have the correct shape and the expected data type.</span> |
393 | 399 | <span class="s2"> Default: ``None``.</span> |
394 | 400 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span> |
395 | 401 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span> |
@@ -464,8 +470,7 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
464 | 470 | <span class="s2"> Input array, expected to have integer or boolean data type.</span> |
465 | 471 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
466 | 472 | <span class="s2"> Output array to populate.</span> |
467 | | -<span class="s2"> Array must have a shape that the input broadcast to and</span> |
468 | | -<span class="s2"> the expected data type.</span> |
| 473 | +<span class="s2"> Array must have the correct shape and the expected data type.</span> |
469 | 474 | <span class="s2"> Default: ``None``.</span> |
470 | 475 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span> |
471 | 476 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span> |
@@ -551,8 +556,7 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
551 | 556 | <span class="s2"> (which becomes the shape of the output).</span> |
552 | 557 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
553 | 558 | <span class="s2"> Output array to populate.</span> |
554 | | -<span class="s2"> Array must have a shape that the inputs broadcast to and</span> |
555 | | -<span class="s2"> the expected data type.</span> |
| 559 | +<span class="s2"> Array must have the correct shape and the expected data type.</span> |
556 | 560 | <span class="s2"> Default: ``None``.</span> |
557 | 561 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span> |
558 | 562 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span> |
@@ -628,8 +632,7 @@ <h1>Source code for dpnp.dpnp_iface_bitwise</h1><div class="highlight"><pre> |
628 | 632 | <span class="s2"> (which becomes the shape of the output).</span> |
629 | 633 | <span class="s2">out : {None, dpnp.ndarray, usm_ndarray}, optional</span> |
630 | 634 | <span class="s2"> Output array to populate.</span> |
631 | | -<span class="s2"> Array must have a shape that the inputs broadcast to and</span> |
632 | | -<span class="s2"> the expected data type.</span> |
| 635 | +<span class="s2"> Array must have the correct shape and the expected data type.</span> |
633 | 636 | <span class="s2"> Default: ``None``.</span> |
634 | 637 | <span class="s2">order : {"C", "F", "A", "K"}, optional</span> |
635 | 638 | <span class="s2"> Memory layout of the newly output array, if parameter `out` is ``None``.</span> |
|
0 commit comments