Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
Dseq2seq.py541 attention_states, argument
605 if attention_states.get_shape()[2].value is None:
607 attention_states.get_shape())
616 attn_length = attention_states.get_shape()[1].value
618 attn_length = array_ops.shape(attention_states)[1]
619 attn_size = attention_states.get_shape()[2].value
622 hidden = array_ops.reshape(attention_states,
713 attention_states, argument
789 attention_states,
869 attention_states = array_ops.concat(top_states, 1)
[all …]