Class FinalBeamSearchDecoderOutput
Defined in tensorflow/contrib/seq2seq/python/ops/beam_search_decoder.py.
Final outputs returned by the beam search after all decoding is finished.
Args:
predicted_ids: The final prediction. A tensor of shape[batch_size, T, beam_width](or[T, batch_size, beam_width]ifoutput_time_majoris True). Beams are ordered from best to worst.beam_search_decoder_output: An instance ofBeamSearchDecoderOutputthat describes the state of the beam search.
__new__
__new__(
_cls,
predicted_ids,
beam_search_decoder_output
)
Create new instance of FinalBeamDecoderOutput(predicted_ids, beam_search_decoder_output)