7 #include "ngraph/op/op.hpp"
18 static constexpr
NodeTypeInfo type_info{
"CTCGreedyDecoder", 0};
28 const bool ctc_merge_repeated);
32 virtual std::shared_ptr<Node>
33 clone_with_new_inputs(
const OutputVector& new_args)
const override;
35 bool get_ctc_merge_repeated()
const {
return m_ctc_merge_repeated; }
38 bool m_ctc_merge_repeated;
41 using v0::CTCGreedyDecoder;
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
Definition: ctc_greedy_decoder.hpp:16
CTCGreedyDecoder(const Output< Node > &input, const Output< Node > &seq_len, const bool ctc_merge_repeated)
Constructs a CTCGreedyDecoder operation.
void validate_and_infer_types() override
Verifies that attributes and inputs are consistent and computes output shapes and element types....
const NodeTypeInfo & get_type_info() const override
Definition: ctc_greedy_decoder.hpp:19
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16