class nbla::BaseCgVariable

class BaseCgVariable

Subclassed by nbla::CgVariable

Public Functions

inline virtual VariablePtr variable() final

Get variable reference held in this instance.

virtual NBLA_API void update_python_user_reference_counts (const int diff) final

Update the refernce counts from a Python user.

virtual void set_variable(VariablePtr var) final

Set variable reference.