Searched refs:attention_decoder (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/ |
D | __init__.py | 36 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import attention_decoder
|
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/kernel_tests/ |
D | seq2seq_test.py | 333 dec, mem = seq2seq_lib.attention_decoder( 358 dec, mem = seq2seq_lib.attention_decoder( 383 dec, mem = seq2seq_lib.attention_decoder( 407 dec, mem = seq2seq_lib.attention_decoder( 436 dec, mem = seq2seq_lib.attention_decoder( 467 dec, mem = seq2seq_lib.attention_decoder(
|
/external/tensorflow/tensorflow/core/profiler/ |
D | README.md | 192 …seq2seq.py:693:attention_decoder:attns = attention..., cpu: 11.73ms, accelerator: 38.41ms, total: … 196 …seq2seq.py:686:attention_decoder:cell_output, stat..., cpu: 14.43ms, accelerator: 4.85ms, total: 1… 197 …seq2seq.py:696:attention_decoder:output = linear([..., cpu: 3.04ms, accelerator: 2.88ms, total: 5.…
|
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/ |
D | seq2seq.py | 539 def attention_decoder(decoder_inputs, function 786 return attention_decoder(
|