dpnp.ndarray.__str__

ndarray.__str__()

Output values from the array to standard output.

Examples

>>> print(a)
[[ 136.  136.  136.]
 [ 272.  272.  272.]
 [ 408.  408.  408.]]