jax.Array.round# abstract Array.round(decimals=0, out=None)[source]# Round array elements to a given decimal. Refer to jax.numpy.round() for full documentation. Parameters: self (Array) decimals (int) out (None) Return type: Array