Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would be great to match connected nodes with regex search #72

Open
maderix opened this issue May 28, 2024 · 1 comment
Open

Would be great to match connected nodes with regex search #72

maderix opened this issue May 28, 2024 · 1 comment
Assignees
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

Comments

@maderix
Copy link

maderix commented May 28, 2024

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.

@pkgoogle pkgoogle self-assigned this May 28, 2024
@pkgoogle pkgoogle added the type:feature Feature requests label May 28, 2024
@pkgoogle
Copy link
Contributor

pkgoogle commented Jun 3, 2024

I like this idea, might be easier to handle the single input/output case for now. We'll see where we can fit this in the roadmap.

@pkgoogle pkgoogle added under discussion This issue is currently undergoing discussion to determine priority, complexity, and/or tractability front-end For issues where the root is mostly occurring on the front-end labels Jun 4, 2024
@pkgoogle pkgoogle added priority 2 This issue is recognized and will likely not be completed until after the next release and removed under discussion This issue is currently undergoing discussion to determine priority, complexity, and/or tractability labels Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants