Function allclose

Source
pub fn allclose(a: &Tensor, b: &Tensor) -> Result<bool, Exception>
Expand description

Compares two tensors with torch.allclose.