LostTech.TensorFlow : API Documentation

Type BeamSearchDecoderState

Namespace tensorflow.contrib.seq2seq

Parent PythonObjectContainer

Interfaces IBeamSearchDecoderState

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

Properties

Public properties

object accumulated_attention_probs get; set;

object cell_state get; set;

object finished get; set;

object lengths get; set;

object log_probs get; set;

object PythonObject get;