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: boxes – Node producing the box coordinates scores – Node producing the box scores attrs – Attributes of the operation