drawDot

fun drawDot(graph: ComputeGraph, rankdir: String = "LR"): DotGraph(source)

Generates a Graphviz DOT representation of the compute graph


fun drawDot(graph: ComputeGraph, outputNodes: List<GraphNode>, rankdir: String = "LR"): DotGraph(source)

Generates a Graphviz DOT representation for a subset of nodes in the compute graph