struct ngraph::runtime::reference::CellArgs

#include <sequences.hpp>

struct CellArgs
{
    // fields

    std::string activation_f;
    std::string activation_g;
    std::string activation_h;
    float clip;
    bool linear_before_reset = false;
    ov::op::LSTMWeightsFormat weight_format = ov::op::LSTMWeightsFormat::FICO;
    bool input_forget = false;
};