contrib.legacy_seq2seq.embedding_attention_seq2seq

tf.contrib.legacy_seq2seq.embedding_attention_seq2seq

tf.contrib.legacy_seq2seq.embedding_attention_seq2seq

embedding_attention_seq2seq(
    encoder_inputs,
    decoder_inputs,
    cell,
    num_encoder_symbols,
    num_decoder_symbols,
    embedding_size,
    num_heads=1,
    output_projection=None,
    feed_previous=False,
    dtype=None,
    scope=None,
    initial_state_attention=False
)

Defined in tensorflow/con