namespace ov::op::multiclass_nms::validate

namespace validate {

// global functions

template <class TShape>
void scores_shape(
    const Node \*const op,
    const std::vector<TShape>& input_shapes
    );

template <class TShape>
void rois_num_shape(
    const Node \*const op,
    const std::vector<TShape>& input_shapes
    );

template <class TShape>
void num_boxes(
    const Node \*const op,
    const std::vector<TShape>& input_shapes
    );

} // namespace validate