9 #include "ngraph/attribute_adapter.hpp"
10 #include "ngraph/op/op.hpp"
11 #include "ngraph/op/util/attr_types.hpp"
24 NGRAPH_RTTI_DECLARATION;
40 clone_with_new_inputs(
const OutputVector& new_args)
const override;
42 size_t get_max_rois()
const {
return m_max_rois; }
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 ExperimentalDetectronTopKROIs, according to the repository is TopK operation applied to ...
Definition: experimental_detectron_topkrois.hpp:22
ExperimentalDetectronTopKROIs(const Output< Node > &input_rois, const Output< Node > &rois_probs, size_t max_rois=0)
Constructs a ExperimentalDetectronTopKROIs 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