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¶
LSTMOriginal LSTM cell
GRUOriginal GRU cell
RNNOriginal RNN cell
GRU_LBRGRU cell modification. “Linear before reset”