Advanced.GraphComputation graph for capturing and replaying operations. Note: Full implementation requires deep backend integration.
val create : unit -> tCreate empty graph
val instantiate : t -> Device.t -> executableInstantiate graph for device
val launch : executable -> unitLaunch executable graph
val node_count : t -> intGet node count
val print : t -> unitPrint graph for debugging