contrib.crf.crf_sequence_score

tf.contrib.crf.crf_sequence_score

tf.contrib.crf.crf_sequence_score

crf_sequence_score(
    inputs,
    tag_indices,
    sequence_lengths,
    transition_params
)

Defined in tensorflow/contrib/crf/python/ops/crf.py.

See the guide: CRF (contrib)

Computes the unnormalized score for a tag sequence.

Args: