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.

Constructors

Link copied to clipboard
constructor(nodes: List<GraphNodeDefinition>, outputs: List<GraphValue<*>>)

Properties

Link copied to clipboard
Link copied to clipboard