Searched defs:embedding_attention_decoder (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/legacy_seq2seq/
H A D__init__.py19 @@embedding_attention_decoder
38 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_attention_decoder namespace
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
H A Dseq2seq.py705 def embedding_attention_decoder(decoder_inputs, function
747 "embedding_attention_decoder".
770 scope or "embedding_attention_decoder", dtype=dtype) as scope:
872 return embedding_attention_decoder(
890 outputs, state = embedding_attention_decoder(

Completed in 397 milliseconds