tf.experimental.numpy.allclose
TensorFlow variant of NumPy's allclose
.
tf.experimental.numpy.allclose( a, b, rtol=1e-05, atol=1e-08, equal_nan=False )
See the NumPy documentation for numpy.allclose
.
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/python/tf/experimental/numpy/allclose