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

  /external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
attention_wrapper_test.py 457 recursive_output = wrapper.monotonic_attention(
478 parallel_output = wrapper.monotonic_attention(
503 hard_output = wrapper.monotonic_attention(
545 recursive_output.append(wrapper.monotonic_attention(
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
attention_wrapper.py 55 "monotonic_attention",
604 def monotonic_attention(p_choose_i, previous_attention, mode): function
695 to obtain "choosing" probabilities, and then calls monotonic_attention to
713 `tf.contrib.seq2seq.monotonic_attention` for more information.
732 return monotonic_attention(p_choose_i, previous_alignments, mode)
    [all...]

Completed in 248 milliseconds