enum InferenceEngine::RNNCellBase::CellType

Overview

Direct type of recurrent cell (including subtypes) Description of particular cell semantics is in LSTMCell, GRUCell, RNNCell. More…

#include <ie_layers.h>

enum CellType
{
    LSTM,
    GRU,
    RNN,
    GRU_LBR,
};

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”