contrib.seq2seq.FinalBeamSearchDecoderOutput

tf.contrib.seq2seq.FinalBeamSearchDecoderOutput

class tf.contrib.seq2seq.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 [T, batch_size, beam_width].
  • beam_search_output: An instance of BeamSearchDecoderOutput that describes the state of the beam search.

Properties

beam_search_decoder_output

Alias for field number 1

predicted_ids

Alias for field number 0

Methods

__new__

__new__(
    _cls,
    predicted_ids,
    beam_search_decoder_output
)

Create new instance of FinalBeamDecoderOutput(predicted_ids, beam_search_decoder_output)

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/contrib/seq2seq/FinalBeamSearchDecoderOutput

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部