tf.contrib.seq2seq.BeamSearchDecoderState

View source on GitHub

Class BeamSearchDecoderState

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