aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/check_ops.md
blob: 6f8a18af4284409fbd5d3059a29649b0e1ca5065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Asserts and boolean checks

*   @{tf.assert_negative}
*   @{tf.assert_positive}
*   @{tf.assert_proper_iterable}
*   @{tf.assert_non_negative}
*   @{tf.assert_non_positive}
*   @{tf.assert_equal}
*   @{tf.assert_integer}
*   @{tf.assert_less}
*   @{tf.assert_less_equal}
*   @{tf.assert_greater}
*   @{tf.assert_greater_equal}
*   @{tf.assert_rank}
*   @{tf.assert_rank_at_least}
*   @{tf.assert_type}
*   @{tf.is_non_decreasing}
*   @{tf.is_numeric_tensor}
*   @{tf.is_strictly_increasing}