9 #include "ngraph/attribute_adapter.hpp"
10 #include "ngraph/op/op.hpp"
11 #include "ngraph/op/util/attr_types.hpp"
24 NGRAPH_RTTI_DECLARATION;
34 int64_t post_nms_count;
36 int64_t pre_nms_count;
58 clone_with_new_inputs(
const OutputVector& new_args)
const override;
60 const Attributes& get_attrs()
const {
return m_attrs; }
Visits the attributes of a node, primarily for serialization-like tasks.
Definition: attribute_visitor.hpp:59
A handle for one of a node's outputs.
Definition: node_output.hpp:33
Root of all actual ops.
Definition: op.hpp:17
An operation ExperimentalDetectronGenerateProposalsSingleImage computes ROIs and their scores based o...
Definition: experimental_detectron_generate_proposals.hpp:22
ExperimentalDetectronGenerateProposalsSingleImage(const Output< Node > &im_info, const Output< Node > &anchors, const Output< Node > &deltas, const Output< Node > &scores, const Attributes &attrs)
Constructs a ExperimentalDetectronGenerateProposalsSingleImage operation.
void validate_and_infer_types() override
Verifies that attributes and inputs are consistent and computes output shapes and element types....
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16
Structure that specifies attributes of the operation.
Definition: experimental_detectron_generate_proposals.hpp:28