dpnp.dpnp_array.dpnp_array.round

method

dpnp_array.round(decimals=0, out=None)[source]

Return array with each element rounded to the given number of decimals.

Refer to dpnp.round for full documentation.