aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/contrib.crf.md
blob: a544f136b393f50ba6e2e060be38ffc0ac5301ab (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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`