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

Update transformations to support generic computational graphs #146

Open
dcerkoney opened this issue Oct 17, 2023 · 0 comments
Open

Update transformations to support generic computational graphs #146

dcerkoney opened this issue Oct 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@dcerkoney
Copy link
Collaborator

Many transformations in transform.jl and related optimizations in optimize.jl apply only to expression trees, i.e., they assume each node has only one parent. Functions relabel / relabel! and standardize_labels / standardize_labels! are already sufficiently general. All other functions must be corrected to support generic computational graphs, which may include nodes with multiple parents.

@dcerkoney dcerkoney added bug Something isn't working enhancement New feature or request labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants