Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlee287/dag_compute
- Owner: rlee287
- License: apache-2.0
- Created: 2021-12-19T19:02:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T21:01:42.000Z (about 3 years ago)
- Last Synced: 2024-10-13T18:59:25.989Z (3 months ago)
- Language: Rust
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.