enum ngraph::runtime::reference::CellType

#include <sequences.hpp>

enum CellType
{
    RNN,
    GRU,
    LSTM,
    LSTM_v1,
    AUGRU,
};