Class ov::pass::pattern::op::AnyOutput

class AnyOutput : public ov::pass::pattern::op::Pattern

Matches any output of a node.

Public Functions

inline AnyOutput(const std::shared_ptr<Node> &pattern)

creates an AnyOutput node matching any output of a node

Parameters

node – The node to match