Home
last modified time | relevance | path

Searched refs:_testDynamicDecodeRNN (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
Ddecoder_test.py37 def _testDynamicDecodeRNN(self, time_major, maximum_iterations=None): member in DynamicDecodeRNNTest
108 self._testDynamicDecodeRNN(time_major=False)
111 self._testDynamicDecodeRNN(time_major=True)
114 self._testDynamicDecodeRNN(time_major=True, maximum_iterations=0)
117 self._testDynamicDecodeRNN(time_major=True, maximum_iterations=1)
Dbeam_search_decoder_test.py478 def _testDynamicDecodeRNN(self, time_major, has_attention, member in BeamSearchDecoderTest
577 self._testDynamicDecodeRNN(time_major=False, has_attention=False)
580 self._testDynamicDecodeRNN(time_major=False, has_attention=True)
583 self._testDynamicDecodeRNN(
592 def _testDynamicDecodeRNN(self, time_major, has_attention, member in BeamSearchDecoderV2Test
691 self._testDynamicDecodeRNN(time_major=False, has_attention=False)
694 self._testDynamicDecodeRNN(time_major=False, has_attention=True)
697 self._testDynamicDecodeRNN(