enum InferenceEngine::RNNCellBase::CellType¶
Overview¶
Direct type of recurrent cell (including subtypes) Description of particular cell semantics is in LSTMCell, GRUCell, RNNCell. More…
Detailed Documentation¶
Direct type of recurrent cell (including subtypes) Description of particular cell semantics is in LSTMCell, GRUCell, RNNCell.
Enum Values¶
LSTM
Original LSTM cell
GRU
Original GRU cell
RNN
Original RNN cell
GRU_LBR
GRU cell modification. “Linear before reset”