- Notifications
You must be signed in to change notification settings - Fork 13
Description
Make graph callable
Graph()(value, ...) -> value... creates a copy of Graph and connects the new values and initializers to the value's graph.
Original issue: microsoft/onnxscript#2311
Copilot