Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlee287/dag_compute

A library for the construction of arbitrary computation DAGs and the expression of dataflow graphs
https://github.com/rlee287/dag_compute

Last synced: about 2 months ago
JSON representation

A library for the construction of arbitrary computation DAGs and the expression of dataflow graphs

Awesome Lists containing this project

README

        

# dag_compute

This library allows the construction of arbitrary directed acyclic computation graphs and the expression of dataflow graphs.

See the `examples` folder for example usage, and the `ComputationGraph` structure for API details.