You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Many transformations in
transform.jl
and related optimizations inoptimize.jl
apply only to expression trees, i.e., they assume each node has only one parent. Functionsrelabel / relabel!
andstandardize_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.The text was updated successfully, but these errors were encountered: