GraphProgram
data class GraphProgram(val nodes: List<GraphNodeDefinition>, val outputs: List<GraphValue<*>>)(source)
Immutable program emitted by the DSL.
Downstream compilation (in skainet-compile-dag) turns this into a real sk.ainet.lang.graph.ComputeGraph.