struct ov::op::v6::ExperimentalDetectronPriorGridGenerator::Attributes

Structure that specifies attributes of the operation.

#include <experimental_detectron_prior_grid_generator.hpp>

struct Attributes
{
    // fields

    bool flatten;
    int64_t h;
    int64_t w;
    float stride_x;
    float stride_y;
};