Aliases:
tf.debugging.assert_all_finitetf.verify_tensor_all_finite
tf.debugging.assert_all_finite(
t,
msg,
name=None
)
Defined in tensorflow/python/ops/numerics.py.
Assert that the tensor does not contain any NaN's or Inf's.
Args:
t: Tensor to check.msg: Message to log on failure.name: A name for this operation (optional).
Returns:
Same tensor as t.