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

  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 49 "AttentionWrapper",
251 """Creates the initial alignment values for the `AttentionWrapper` class.
270 """Creates the initial state values for the `AttentionWrapper` class.
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
beam_search_decoder_test.py 358 cell = attention_wrapper.AttentionWrapper(
attention_wrapper_test.py 91 cell = wrapper.AttentionWrapper(rnn_cell.LSTMCell(num_units), mechanism)
175 cell = wrapper.AttentionWrapper(
    [all...]

Completed in 97 milliseconds