Searched refs:has_attention (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/ |
D | beam_search_decoder_test.py | 478 def _testDynamicDecodeRNN(self, time_major, has_attention, argument 501 if has_attention: 524 if has_attention: 577 self._testDynamicDecodeRNN(time_major=False, has_attention=False) 580 self._testDynamicDecodeRNN(time_major=False, has_attention=True) 585 has_attention=True, 592 def _testDynamicDecodeRNN(self, time_major, has_attention, argument 615 if has_attention: 638 if has_attention: 691 self._testDynamicDecodeRNN(time_major=False, has_attention=False) [all …]
|