struct ov::op::util::VariableInfo¶
#include <variable.hpp>
struct VariableInfo
{
// fields
PartialShape data_shape;
element::Type data_type;
std::string variable_id;
// methods
bool operator == (const VariableInfo& other) const;
};