struct ov::op::v0::PriorBoxClustered::Attributes¶
#include <prior_box_clustered.hpp>
struct Attributes
{
// fields
std::vector<float> widths;
std::vector<float> heights;
bool clip = true;
float step_widths = 0.0f;
float step_heights = 0.0f;
float step = 0.0f;
float offset = 0.0f;
std::vector<float> variances;
};