tf.assert_greater_equal()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_greater_equal(x, y, data=None, summarize=None, message=None, name=None) Assert the condition x >= y

2025-01-10 15:47:30
tf.assert_non_negative()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_non_negative(x, data=None, summarize=None, message=None, name=None) Assert the condition x >= 0 holds

2025-01-10 15:47:30
tf.assert_proper_iterable()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_proper_iterable(values) Static assert that values is a "proper" iterable. Ops

2025-01-10 15:47:30
tf.is_strictly_increasing()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.is_strictly_increasing(x, name=None) Returns True if x is strictly increasing.

2025-01-10 15:47:30
tf.assert_positive()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_positive(x, data=None, summarize=None, message=None, name=None) Assert the condition x > 0 holds element-wise

2025-01-10 15:47:30
tf.is_numeric_tensor()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.is_numeric_tensor(tensor)

2025-01-10 15:47:30
tf.assert_non_positive()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_non_positive(x, data=None, summarize=None, message=None, name=None) Assert the condition x <= 0 holds

2025-01-10 15:47:30
tf.is_non_decreasing()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.is_non_decreasing(x, name=None) Returns True if x is non-decreasing. Elements

2025-01-10 15:47:30
tf.assert_less_equal()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_less_equal(x, y, data=None, summarize=None, message=None, name=None) Assert the condition x <= y holds

2025-01-10 15:47:30
tf.assert_rank()
  • References/Big Data/TensorFlow/TensorFlow Python/Asserts and boolean checks.

tf.assert_rank(x, rank, data=None, summarize=None, message=None, name=None) Assert x has rank equal to rank

2025-01-10 15:47:30