Class ov::op::v8::MatrixNms#

class MatrixNms : public ov::op::Op#

MatrixNms operation.

Public Functions

MatrixNms() = default#

Constructs a conversion operation.

MatrixNms(const Output<Node> &boxes, const Output<Node> &scores, const Attributes &attrs)#

Constructs a MatrixNms operation.

Parameters:
  • boxesNode producing the box coordinates

  • scoresNode producing the box scores

  • attrsAttributes of the operation

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 the operation MatrixNms.

struct Attributes#

Structure that specifies attributes of the operation.