We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735933d commit 775c455Copy full SHA for 775c455
dpnp/dpnp_array.py
@@ -760,12 +760,14 @@ def argsort(
760
761
def asnumpy(self):
762
"""
763
- Copy content of the array into :class:`numpy.ndarray` instance of the same shape and data type.
+ Copy content of the array into :class:`numpy.ndarray` instance of
764
+ the same shape and data type.
765
766
Returns
767
-------
- numpy.ndarray
768
- An instance of :class:`numpy.ndarray` populated with the array content.
+ out : numpy.ndarray
769
+ An instance of :class:`numpy.ndarray` populated with the array
770
+ content.
771
772
773
0 commit comments