7 #include "ngraph/node.hpp"
8 #include "ngraph/pattern/op/pattern.hpp"
20 static constexpr
NodeTypeInfo type_info{
"patternAnyOutput", 0};
A handle for one of a node's outputs.
Definition: node_output.hpp:33
Definition: matcher.hpp:63
Matches any output of a node.
Definition: any_output.hpp:18
const NodeTypeInfo & get_type_info() const override
AnyOutput(const std::shared_ptr< Node > &pattern)
creates an AnyOutput node matching any output of a node
Definition: any_output.hpp:24
Definition: pattern.hpp:73
The Intel nGraph C++ API.
Definition: attribute_adapter.hpp:16