SimpleComputeGraph

constructor(nodesInit: List<GraphNode> = emptyList(), edgesInit: List<GraphEdge> = emptyList())(source)