Template Class Multiplicative

Inheritance Relationships

Base Type

  • public CellType

Class Documentation

template<class CellType>
class Multiplicative : public CellType

Public Functions

Multiplicative(Ptr<ExpressionGraph> graph, Ptr<Options> options)
virtual std::vector<Expr> applyInput(std::vector<Expr> inputs)
virtual State applyState(std::vector<Expr> xWs, State state, Expr mask = nullptr)

Protected Attributes

Expr Um_
Expr Wm_
Expr bm_
Expr bwm_
Expr gamma1m_
Expr gamma2m_