AllClose ======== Returns True if two arrays are element-wise equal within a tolerance. **Abstract Signature:** ``AllClose(a: Tensor, b: Tensor, rtol: float = 1e-05, atol: float = 1e-08, equal_nan: bool = False)`` .. raw:: html
torch.allclose
jax.numpy.allclose
numpy.allclose
keras.ops.allclose
tf.experimental.numpy.allclose
mlx.core.allclose