|
|
def | s (scope, name) |
| |
|
def | apply_recurrent_attention (model, encoder_output_dim, encoder_outputs_transposed, weighted_encoder_outputs, decoder_hidden_state_t, decoder_hidden_state_dim, attention_weighted_encoder_context_t_prev, scope) |
| |
|
def | apply_regular_attention (model, encoder_output_dim, encoder_outputs_transposed, weighted_encoder_outputs, decoder_hidden_state_t, decoder_hidden_state_dim, scope) |
| |
Module caffe2.python.attention.