Class ov::op::util::MulticlassNmsBase#
-
class MulticlassNmsBase : public ov::op::Op#
Base class for operations MulticlassNMS v8 and MulticlassNMS v9.
Subclassed by ov::op::v8::MulticlassNms, ov::op::v9::MulticlassNms
Public Functions
-
MulticlassNmsBase() = default#
Constructs a conversion operation.
-
MulticlassNmsBase(const OutputVector &arguments, const Attributes &attrs)#
Constructs a MulticlassNmsBase operation.
- Parameters:
arguments – Node list producing the box coordinates, scores, etc.
attrs – Attributes of the operation
-
inline const Attributes &get_attrs() const#
Returns attributes of the operation MulticlassNmsBase.
-
struct Attributes#
Structure that specifies attributes of the operation.
-
MulticlassNmsBase() = default#