Class ov::op::internal::NmsStaticShapeIE#

template<typename BaseNmsOp>
class NmsStaticShapeIE : public BaseNmsOp#

Public Functions

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

Constructs a NmsStaticShapeIE operation.

Parameters:
  • boxesNode producing the box coordinates

  • scoresNode producing the box scores

  • attrs – Attributes of the operation