jafioti / luminal

Deep learning at the speed of light.
https://luminalai.com
Apache License 2.0
1.45k stars 90 forks source link

Feature: Check if node matches a `SelectGraph` #73

Open zmrocze opened 3 months ago

zmrocze commented 3 months ago

There is a nice interface for searching the whole graph for matches with SelectGraph's search method.

It'd be cool to be able to check for a given graph, node and pattern if the pattern matches if rooted at the node.