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
It is pointed to a graph when we call function.append(), but it is not when we call ir.Node(graph=function). Need to figure out how to reconcile this.
Can a node.graph point to a Function? (no)
The graph in Function is private, should it be exposed to users? (will expose when user calls node.graph)
What should users pass in to ir.Node(graph=) when the node is meant for a function being constructed? (it can be a function. function.append will do the right thing as assign the underlying graph to the node)