HomeSort by relevance Sort by last modified time
    Searched refs:alignment_history (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
attention_wrapper_test.py 110 alignment_history=False,
120 alignment_history=alignment_history,
131 alignment_history=False,
180 alignment_history=alignment_history)
210 if alignment_history:
213 for history_array in final_state.alignment_history:
221 state_alignment_history = final_state.alignment_history.stack()
227 final_state = final_state._replace(alignment_history=()) # pylint: disable=protected-acces
    [all...]
beam_search_decoder_test.py 362 alignment_history=False)
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py     [all...]

Completed in 3827 milliseconds