[][src]Module paragraphs::graph

Structs

Graph

A computation graph. Nodes are executed concurrently wherever possible. Each graph manages its own threadpool, so although it may be possible to creat higher-order graphs, it is generally not advisable.

Recipe

Describes a recipe for retrieving a particular set of outputs.