struct nbla::Solver::Params

struct Params

Struct for storing a parameter variable.

Note

The previous implementation had another member variable in this struct to manage update status of a parameter. Now it doesn’t.

Public Members

VariablePtr p

Shared pointer to parameter Variable.