IsClose ======= Returns a new tensor with boolean elements representing if each element of input is close to other. **Abstract Signature:** ``IsClose(input: Tensor, other: Tensor, rtol: float = 1e-05, atol: float = 1e-08, equal_nan: bool = False)`` .. raw:: html