tf.contrib.seq2seq.BeamSearchDecoderState

Class BeamSearchDecoderState

Defined in tensorflow/contrib/seq2seq/python/ops/beam_search_decoder.py.

BeamSearchDecoderState(cell_state, log_probs, finished, lengths, accumulated_attention_probs)

__new__

__new__(
    _cls,
    cell_state,
    log_probs,
    finished,
    lengths,
    accumulated_attention_probs
)

Create new instance of BeamSearchDecoderState(cell_state, log_probs, finished, lengths, accumulated_attention_probs)

Properties

cell_state

log_probs

finished

lengths

accumulated_attention_probs