aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/contrib.crf.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/contrib.crf.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/contrib.crf.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/tensorflow/docs_src/api_guides/python/contrib.crf.md b/tensorflow/docs_src/api_guides/python/contrib.crf.md
deleted file mode 100644
index a544f136b3..0000000000
--- a/tensorflow/docs_src/api_guides/python/contrib.crf.md
+++ /dev/null
@@ -1,11 +0,0 @@
-# CRF (contrib)
-
-Linear-chain CRF layer.
-
-* `tf.contrib.crf.crf_sequence_score`
-* `tf.contrib.crf.crf_log_norm`
-* `tf.contrib.crf.crf_log_likelihood`
-* `tf.contrib.crf.crf_unary_score`
-* `tf.contrib.crf.crf_binary_score`
-* `tf.contrib.crf.CrfForwardRnnCell`
-* `tf.contrib.crf.viterbi_decode`