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
Graphs could add even more flexibility (loops, self references, etc)
Proposal
It might be possible to implement computation graphs without needing to implement anything on the heap (like a HashMap) just by using structs. This way it can be fully type safe.
Feature Request
Motivation
conditional!
PR is ideal for branchingProposal
HashMap
) just by using structs. This way it can be fully type safe.Alternatives
The text was updated successfully, but these errors were encountered: