|
25 | 25 | # *****************************************************************************
|
26 | 26 |
|
27 | 27 | """
|
28 |
| -Interface of the Binary operations of the DPNP |
| 28 | +Interface of the Bitwise part of the DPNP |
29 | 29 |
|
30 | 30 | Notes
|
31 | 31 | -----
|
@@ -84,6 +84,7 @@ def binary_repr(num, width=None):
|
84 | 84 | at least a sufficient number of bits for `num` to be represented in the
|
85 | 85 | designated form. If the `width` value is insufficient, an error is
|
86 | 86 | raised.
|
| 87 | +
|
87 | 88 | Default: ``None``.
|
88 | 89 |
|
89 | 90 | Returns
|
@@ -145,9 +146,11 @@ def binary_repr(num, width=None):
|
145 | 146 | out : {None, dpnp.ndarray, usm_ndarray}, optional
|
146 | 147 | Output array to populate.
|
147 | 148 | Array must have the correct shape and the expected data type.
|
| 149 | +
|
148 | 150 | Default: ``None``.
|
149 | 151 | order : {"C", "F", "A", "K"}, optional
|
150 | 152 | Memory layout of the newly output array, if parameter `out` is ``None``.
|
| 153 | +
|
151 | 154 | Default: ``"K"``.
|
152 | 155 |
|
153 | 156 | Returns
|
@@ -232,9 +235,11 @@ def binary_repr(num, width=None):
|
232 | 235 | out : {None, dpnp.ndarray, usm_ndarray}, optional
|
233 | 236 | Output array to populate.
|
234 | 237 | Array must have the correct shape and the expected data type.
|
| 238 | +
|
235 | 239 | Default: ``None``.
|
236 | 240 | order : {"C", "F", "A", "K"}, optional
|
237 | 241 | Memory layout of the newly output array, if parameter `out` is ``None``.
|
| 242 | +
|
238 | 243 | Default: ``"K"``.
|
239 | 244 |
|
240 | 245 | Returns
|
@@ -310,9 +315,11 @@ def binary_repr(num, width=None):
|
310 | 315 | out : {None, dpnp.ndarray, usm_ndarray}, optional
|
311 | 316 | Output array to populate.
|
312 | 317 | Array must have the correct shape and the expected data type.
|
| 318 | +
|
313 | 319 | Default: ``None``.
|
314 | 320 | order : {"C", "F", "A", "K"}, optional
|
315 | 321 | Memory layout of the newly output array, if parameter `out` is ``None``.
|
| 322 | +
|
316 | 323 | Default: ``"K"``.
|
317 | 324 |
|
318 | 325 | Returns
|
@@ -386,9 +393,11 @@ def binary_repr(num, width=None):
|
386 | 393 | out : {None, dpnp.ndarray, usm_ndarray}, optional
|
387 | 394 | Output array to populate.
|
388 | 395 | Array must have the correct shape and the expected data type.
|
| 396 | +
|
389 | 397 | Default: ``None``.
|
390 | 398 | order : {"C", "F", "A", "K"}, optional
|
391 | 399 | Memory layout of the newly output array, if parameter `out` is ``None``.
|
| 400 | +
|
392 | 401 | Default: ``"K"``.
|
393 | 402 |
|
394 | 403 | Returns
|
@@ -472,9 +481,11 @@ def binary_repr(num, width=None):
|
472 | 481 | out : {None, dpnp.ndarray, usm_ndarray}, optional
|
473 | 482 | Output array to populate.
|
474 | 483 | Array must have the correct shape and the expected data type.
|
| 484 | +
|
475 | 485 | Default: ``None``.
|
476 | 486 | order : {"C", "F", "A", "K"}, optional
|
477 | 487 | Memory layout of the newly output array, if parameter `out` is ``None``.
|
| 488 | +
|
478 | 489 | Default: ``"K"``.
|
479 | 490 | Returns
|
480 | 491 | -------
|
@@ -549,9 +560,11 @@ def binary_repr(num, width=None):
|
549 | 560 | out : {None, dpnp.ndarray, usm_ndarray}, optional
|
550 | 561 | Output array to populate.
|
551 | 562 | Array must have the correct shape and the expected data type.
|
| 563 | +
|
552 | 564 | Default: ``None``.
|
553 | 565 | order : {"C", "F", "A", "K"}, optional
|
554 | 566 | Memory layout of the newly output array, if parameter `out` is ``None``.
|
| 567 | +
|
555 | 568 | Default: ``"K"``.
|
556 | 569 |
|
557 | 570 | Returns
|
|
0 commit comments