aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/check_ops.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/check_ops.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/check_ops.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/tensorflow/docs_src/api_guides/python/check_ops.md b/tensorflow/docs_src/api_guides/python/check_ops.md
deleted file mode 100644
index b52fdaa3ab..0000000000
--- a/tensorflow/docs_src/api_guides/python/check_ops.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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`