mindspore.Tensor.approximate_equal

View Source On AtomGit
Tensor.approximate_equal(other, tolerance=1e-5)[source]

Tensor.approximate_equal is deprecated from version 2.8.0 and will be removed in a future version, please use mindspore.Tensor.isclose() instead.