
Public Member Functions | |
| virtual std::shared_ptr< ngraph::Variable > | get_variable () const |
| Returns variable connected to this node. | |
| virtual void | set_variable (const std::shared_ptr< ngraph::Variable > &variable) |
| Sets a new variable to be connected to this node. More... | |
| virtual void | set_variable_id (const std::string &variable_id) |
| Sets the identifier to a variable. More... | |
| virtual std::string | get_variable_id () const =0 |
| Returns the identifier of corresponding variable. | |
Protected Attributes | |
| std::shared_ptr< ngraph::Variable > | m_variable |
|
inlinevirtual |
Sets a new variable to be connected to this node.
| variable | New variable to be connected to this node. |
|
inlinevirtual |
Sets the identifier to a variable.
| variable_id | New identifier of the variable. |