Would be great to match connected nodes with regex search #72
Labels
front-end
For issues where the root is mostly occurring on the front-end
priority 2
This issue is recognized and will likely not be completed until after the next release
type:feature
Feature requests
While the node search with regex works great, It may be quite useful for optimization purposes to locate certain patterns in the graph. for example : Transpose->Reshapes in the model patterns which could be detected and optimized by inference libraries. This sort of search mechanism could be useful for a developer who's optimizing the graph.
Idea is to add neighborhood connectivity regex search where a regex like Matmul*->.->Softmax could be located and highlighted.
The text was updated successfully, but these errors were encountered: