Class ov::pass::pattern::op::Any#
-
class Any : public ov::pass::pattern::op::Pattern#
The graph value is to the matched value list. If the predicate is true for the node and the arguments match, the match succeeds.
Public Functions
-
inline Any(const element::Type &type, const PartialShape &s, ValuePredicate pred, const OutputVector &wrapped_values)#
creates a Any node containing a sub-pattern described by
See also
type and
See also
shape.
-
inline Any(const Output<Node> &node, ValuePredicate pred, const OutputVector &wrapped_values)#
creates a Any node containing a sub-pattern described by the type and shape of
See also
node.
-
inline Any(const element::Type &type, const PartialShape &s, ValuePredicate pred, const OutputVector &wrapped_values)#