Class ov::op::v6::ExperimentalDetectronPriorGridGenerator#

class ExperimentalDetectronPriorGridGenerator : public ov::op::Op#

An operation ExperimentalDetectronPriorGridGenerator generates prior grids of specified sizes.

Public Functions

ExperimentalDetectronPriorGridGenerator(const Output<Node> &priors, const Output<Node> &feature_map, const Output<Node> &im_data, const Attributes &attrs)#

Constructs a ExperimentalDetectronDetectionOutput operation.

Parameters:
  • priorsInput priors

  • feature_mapInput feature map

  • im_data – Image data

  • attrs – attributes

virtual void validate_and_infer_types() override#

Verifies that attributes and inputs are consistent and computes output shapes and element types. Must be implemented by concrete child classes so that it can be run any number of times.

Throws if the node is invalid.

inline const Attributes &get_attrs() const#

Returns attributes of this operation.

void set_attrs(Attributes attrs)#

Set the attributes of the operation ExperimentalDetectronPriorGridGenerator.

Parameters:

attrsAttributes to set.

struct Attributes#

Structure that specifies attributes of the operation.