|
33 | 33 |
|
34 | 34 | Args:
|
35 | 35 | x (usm_ndarray):
|
36 |
| - Input array, expected to have a boolean or numeric data type. |
| 36 | + Input array. May have any data type. |
37 | 37 | out (Union[usm_ndarray, None], optional):
|
38 | 38 | Output array to populate.
|
39 | 39 | Array must have the correct shape and the expected data type.
|
|
123 | 123 |
|
124 | 124 | Args:
|
125 | 125 | x1 (usm_ndarray):
|
126 |
| - First input array, expected to have a boolean or numeric data type. |
| 126 | + First input array. May have any data type. |
127 | 127 | x2 (usm_ndarray):
|
128 |
| - Second input array, expected to have a boolean or numeric data type. |
| 128 | + Second input array. May have any data type. |
129 | 129 | out (Union[usm_ndarray, None], optional):
|
130 | 130 | Output array to populate.
|
131 | 131 | Array must have the correct shape and the expected data type.
|
|
555 | 555 |
|
556 | 556 | Args:
|
557 | 557 | x (usm_ndarray):
|
558 |
| - Input array, expected to have a boolean or numeric data type. |
| 558 | + Input array. May have any data type. |
559 | 559 | out (Union[usm_ndarray, None], optional):
|
560 | 560 | Output array to populate.
|
561 | 561 | Array must have the correct shape and the expected data type.
|
|
674 | 674 |
|
675 | 675 | Args:
|
676 | 676 | x1 (usm_ndarray):
|
677 |
| - First input array, expected to have a boolean or numeric data type. |
| 677 | + First input array. May have any data type. |
678 | 678 | x2 (usm_ndarray):
|
679 |
| - Second input array, also expected to have a boolean or numeric data |
680 |
| - type. |
| 679 | + Second input array. May have any data type. |
681 | 680 | out (Union[usm_ndarray, None], optional):
|
682 | 681 | Output array to populate.
|
683 | 682 | Array must have the correct shape and the expected data type.
|
|
833 | 832 |
|
834 | 833 | Args:
|
835 | 834 | x1 (usm_ndarray):
|
836 |
| - First input array, expected to have a boolean or numeric data type. |
| 835 | + First input array. May have any data type. |
837 | 836 | x2 (usm_ndarray):
|
838 |
| - Second input array, also expected to have a boolean or numeric data |
839 |
| - type. |
| 837 | + Second input array. May have any data type. |
840 | 838 | out (Union[usm_ndarray, None], optional):
|
841 | 839 | Output array to populate.
|
842 | 840 | Array must have the correct shape and the expected data type.
|
|
869 | 867 |
|
870 | 868 | Args:
|
871 | 869 | x1 (usm_ndarray):
|
872 |
| - First input array, expected to have a boolean or numeric data type. |
| 870 | + First input array. May have any data type. |
873 | 871 | x2 (usm_ndarray):
|
874 |
| - Second input array, also expected to have a boolean or numeric data |
875 |
| - type. |
| 872 | + Second input array. May have any data type. |
876 | 873 | out (Union[usm_ndarray, None], optional):
|
877 | 874 | Output array to populate.
|
878 | 875 | Array must have the correct shape and the expected data type.
|
|
905 | 902 |
|
906 | 903 | Args:
|
907 | 904 | x (usm_ndarray):
|
908 |
| - Input array, expected to have a boolean or numeric data type. |
| 905 | + Input array. May have any data type. |
909 | 906 | out (Union[usm_ndarray, None], optional):
|
910 | 907 | Output array to populate.
|
911 | 908 | Array must have the correct shape and the expected data type.
|
|
936 | 933 |
|
937 | 934 | Args:
|
938 | 935 | x (usm_ndarray):
|
939 |
| - Input array, expected to have a boolean or numeric data type. |
| 936 | + Input array. May have any data type. |
940 | 937 | out (Union[usm_ndarray, None], optional):
|
941 | 938 | Output array to populate.
|
942 | 939 | Array must have the correct shape and the expected data type.
|
|
965 | 962 |
|
966 | 963 | Args:
|
967 | 964 | x (usm_ndarray):
|
968 |
| - Input array, expected to have a boolean or numeric data type. |
| 965 | + Input array. May have any data type. |
969 | 966 | out (Union[usm_ndarray, None], optional):
|
970 | 967 | Output array to populate.
|
971 | 968 | Array must have the correct shape and the expected data type.
|
|
993 | 990 |
|
994 | 991 | Args:
|
995 | 992 | x (usm_ndarray):
|
996 |
| - Input array, expected to have a boolean or numeric data type. |
| 993 | + Input array. May have any data type. |
997 | 994 | out (Union[usm_ndarray, None], optional):
|
998 | 995 | Output array to populate.
|
999 | 996 | Array must have the correct shape and the expected data type.
|
|
1022 | 1019 |
|
1023 | 1020 | Args:
|
1024 | 1021 | x1 (usm_ndarray):
|
1025 |
| - First input array, expected to have a boolean or numeric data type. |
| 1022 | + First input array. May have any data type. |
1026 | 1023 | x2 (usm_ndarray):
|
1027 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1024 | + Second input array. May have any data type. |
1028 | 1025 | out (Union[usm_ndarray, None], optional):
|
1029 | 1026 | Output array to populate.
|
1030 | 1027 | Array must have the correct shape and the expected data type.
|
|
1058 | 1055 |
|
1059 | 1056 | Args:
|
1060 | 1057 | x1 (usm_ndarray):
|
1061 |
| - First input array, expected to have a boolean or numeric data type. |
| 1058 | + First input array. May have any data type. |
1062 | 1059 | x2 (usm_ndarray):
|
1063 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1060 | + Second input array. May have any data type. |
1064 | 1061 | out (Union[usm_ndarray, None], optional):
|
1065 | 1062 | Output array to populate.
|
1066 | 1063 | Array must have the correct shape and the expected data type.
|
|
1244 | 1241 |
|
1245 | 1242 | Args:
|
1246 | 1243 | x1 (usm_ndarray):
|
1247 |
| - First input array, expected to have a boolean or numeric data type. |
| 1244 | + First input array. May have any data type. |
1248 | 1245 | x2 (usm_ndarray):
|
1249 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1246 | + Second input array. May have any data type. |
1250 | 1247 | out (Union[usm_ndarray, None], optional):
|
1251 | 1248 | Output array to populate.
|
1252 | 1249 | Array must have the correct shape and the expected data type.
|
|
1275 | 1272 |
|
1276 | 1273 | Args:
|
1277 | 1274 | x (usm_ndarray):
|
1278 |
| - Input array, expected to have a boolean or numeric data type. |
| 1275 | + Input array. May have any data type. |
1279 | 1276 | out (usm_ndarray):
|
1280 | 1277 | Output array to populate. Array must have the correct
|
1281 | 1278 | shape and the expected data type.
|
|
1305 | 1302 |
|
1306 | 1303 | Args:
|
1307 | 1304 | x1 (usm_ndarray):
|
1308 |
| - First input array, expected to have a boolean or numeric data type. |
| 1305 | + First input array. May have any data type. |
1309 | 1306 | x2 (usm_ndarray):
|
1310 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1307 | + Second input array. May have any data type. |
1311 | 1308 | out (Union[usm_ndarray, None], optional):
|
1312 | 1309 | Output array to populate.
|
1313 | 1310 | Array must have the correct shape and the expected data type.
|
|
1337 | 1334 |
|
1338 | 1335 | Args:
|
1339 | 1336 | x1 (usm_ndarray):
|
1340 |
| - First input array, expected to have a boolean or numeric data type. |
| 1337 | + First input array. May have any data type. |
1341 | 1338 | x2 (usm_ndarray):
|
1342 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1339 | + Second input array. May have any data type. |
1343 | 1340 | out (Union[usm_ndarray, None], optional):
|
1344 | 1341 | Output array to populate.
|
1345 | 1342 | Array must have the correct shape and the expected data type.
|
|
1369 | 1366 |
|
1370 | 1367 | Args:
|
1371 | 1368 | x1 (usm_ndarray):
|
1372 |
| - First input array, expected to have a boolean or numeric data type. |
| 1369 | + First input array. May have any data type. |
1373 | 1370 | x2 (usm_ndarray):
|
1374 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1371 | + Second input array. May have any data type. |
1375 | 1372 | out (Union[usm_ndarray, None], optional):
|
1376 | 1373 | Output array to populate.
|
1377 | 1374 | Array must have the correct shape and the expected data type.
|
|
1402 | 1399 |
|
1403 | 1400 | Args:
|
1404 | 1401 | x1 (usm_ndarray):
|
1405 |
| - First input array, expected to have a boolean or numeric data type. |
| 1402 | + First input array. May have any data type. |
1406 | 1403 | x2 (usm_ndarray):
|
1407 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1404 | + Second input array. May have any data type. |
1408 | 1405 | out (Union[usm_ndarray, None], optional):
|
1409 | 1406 | Output array to populate.
|
1410 | 1407 | Array must have the correct shape and the expected data type.
|
|
1435 | 1432 |
|
1436 | 1433 | Args:
|
1437 | 1434 | x1 (usm_ndarray):
|
1438 |
| - First input array, expected to have a boolean or numeric data type. |
| 1435 | + First input array. May have any data type. |
1439 | 1436 | x2 (usm_ndarray):
|
1440 |
| - Second input array, expected to have a boolean or numeric data type. |
| 1437 | + Second input array. May have any data type. |
1441 | 1438 | out (Union[usm_ndarray, None], optional):
|
1442 | 1439 | Output array to populate.
|
1443 | 1440 | Array must have the correct shape and the expected data type.
|
|
1871 | 1868 |
|
1872 | 1869 | Args:
|
1873 | 1870 | x (usm_ndarray):
|
1874 |
| - Input array, expected to have a boolean or numeric data type. |
| 1871 | + Input array. May have any data type. |
1875 | 1872 | out (Union[usm_ndarray, None], optional):
|
1876 | 1873 | Output array to populate.
|
1877 | 1874 | Array must have the correct shape and the expected data type.
|
|
0 commit comments