struct ngraph::op::PriorBoxClusteredAttrs

#include <prior_box_clustered.hpp>

struct PriorBoxClusteredAttrs
{
    // fields

    std::vector<float> widths;
    std::vector<float> heights;
    bool clip = true;
    float step_widths = 0.0f;
    float step_heights = 0.0f;
    float offset = 0.0f;
    std::vector<float> variances;
};