You need to sign in or sign up before continuing.
Created by: panyx0718
Unify the lifecycle of Handles and ir::Node. Handle's is deleted by ir::Node, hence it must be part of the graph. Developer cannot create dangling Handles.
Allow to clean the kGraphOps, kGraphVars, kGraphDepVars. They are part of the graph, but was managed separately by graph attrs. Now, they are associated with ir::Node.