Deeploy.CommonExtensions.OptimizationPasses.Matchers

Classes

BranchingMatcher([regex_op])

Pattern matcher for computational graphs with branching and merging.

Match(anchor, nodes_map)

Represents a successful pattern match in a computational graph.

NonBranchingMatcher([regex_op])

Pattern matcher for sequential computational graphs without branching.

SubgraphMatcher([regex_op])

Base class for pattern matching in computational graphs.