Difference between revisions of "Computation graph"

From CSE231 Wiki
Jump to navigation Jump to search
(Created page with "==Computation Graph== Tips for drawing a computation graph from code: 1) Draw out the continuation spine: File:ComputationGraphSpineOnly.svg 2) then fill in the rest o...")
 
Line 5: Line 5:
 
1) Draw out the continuation spine:
 
1) Draw out the continuation spine:
  
[[File:ComputationGraphSpineOnly.svg]]
+
[[File:cg-A-ContinuationOnly.svg]]
  
 
2) then fill in the rest of the nodes.
 
2) then fill in the rest of the nodes.
  
[[File:ComputationGraph.svg]]
+
[[File:cg-A.svg]]

Revision as of 23:39, 20 September 2017

Computation Graph

Tips for drawing a computation graph from code:

1) Draw out the continuation spine:

Cg-A-ContinuationOnly.svg

2) then fill in the rest of the nodes.

Cg-A.svg