class ov::op::util::Variable

#include <variable.hpp>

class Variable
{
public:
    // typedefs

    typedef std::shared_ptr<Variable> Ptr;

    // construction

    Variable();
    Variable();

    // methods

    VariableInfo get_info() const;
    voidconst VariableInfo& update();
};