brainpy.math.allclose#

brainpy.math.allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)#

Similar to jax.numpy.allclose function, while it is compatible with brainpy Array/Variable.

Note that this function is also compatible with:

  1. NumPy or PyTorch syntax when receiving out argument.

  2. PyTorch syntax when receiving keepdim or dim argument.

  3. TensorFlow syntax when receiving keep_dims argument.