|
def | __init__ (self, encoder_output_dim, encoder_outputs, decoder_input_dim, decoder_state_dim, name, attention_type, weighted_encoder_outputs, forget_bias, lstm_memory_optimization, attention_memory_optimization, forward_only=False) |
|
def | __init__ (self, encoder_output_dim, encoder_outputs, encoder_lengths, decoder_cell, decoder_state_dim, attention_type, weighted_encoder_outputs, attention_memory_optimization, kwargs) |
|
def | get_attention_weights (self) |
|
def | prepare_input (self, model, input_blob) |
|
def | build_initial_coverage (self, model) |
|
def | get_state_names (self) |
|
def | get_output_dim (self) |
|
def | get_output_state_index (self) |
|
def | __init__ (self, name=None, forward_only=False, initializer=None) |
|
def | initializer (self) |
|
def | initializer (self, value) |
|
def | scope (self, name) |
|
def | apply_over_sequence (self, model, inputs, seq_lengths=None, initial_states=None, outputs_with_grads=None) |
|
def | apply (self, model, input_t, seq_lengths, states, timestep) |
|
def | apply_override (self, model, input_t, seq_lengths, timestep, extra_inputs=None) |
|
def | prepare_input (self, model, input_blob) |
|
def | get_output_state_index (self) |
|
def | get_state_names (self) |
|
def | get_state_names_override (self) |
|
def | get_output_dim (self) |
|
Definition at line 1434 of file rnn_cell.py.