Caffe2 - Python API
A deep learning, cross platform ML framework
Public Attributes | List of all members
rnn_cell.MILSTMCell Class Reference
Inheritance diagram for rnn_cell.MILSTMCell:
rnn_cell.LSTMCell rnn_cell.RNNCell

Public Attributes

 recompute_blobs
 
- Public Attributes inherited from rnn_cell.LSTMCell
 input_size
 
 hidden_size
 
 forget_bias
 
 memory_optimization
 
 recompute_blobs
 
- Public Attributes inherited from rnn_cell.RNNCell
 name
 
 recompute_blobs
 

Additional Inherited Members

- Public Member Functions inherited from rnn_cell.LSTMCell
def __init__ (self, input_size, hidden_size, forget_bias, memory_optimization, name)
 
def get_input_params (self)
 
def get_recurrent_params (self)
 
def prepare_input (self, model, input_blob)
 
def get_state_names (self)
 
def get_outputs_with_grads (self)
 
def get_output_size (self)
 
- Public Member Functions inherited from rnn_cell.RNNCell
def __init__ (self, name)
 
def scope (self, name)
 
def apply_over_sequence (self, model, inputs, seq_lengths, initial_states, outputs_with_grads=None)
 
def apply (self, model, input_t, seq_lengths, states, timestep)
 
def prepare_input (self, model, input_blob)
 
def get_state_names (self)
 

Detailed Description

Definition at line 668 of file rnn_cell.py.


The documentation for this class was generated from the following file: