struct ngraph::VariableInfo

#include <variable.hpp>

struct VariableInfo
{
    // fields

    PartialShape data_shape;
    element::Type data_type;
    std::string variable_id;
};