Constructs a graph model from the given computeGraph
that can be
visually displayed using the JGraph library.
Constructs a graph model from the given computeGraph
that can be
visually displayed using the JGraph library. This is a very direct
translation from Cog to JGraph: each probed field in the compute graph is
represented by a single vertex; each input or output to each field is
represented by an edge from/to the corresponding field vertex. This
method does NOT take into account the implicit module structure of the
compute graph.