Rate this Page

Function at::allclose#

Function Documentation#

inline bool at::allclose(const at::Tensor &self, const at::Tensor &other, double rtol = 1e-05, double atol = 1e-08, bool equal_nan = false)#