Crates.io | dag_compute |
lib.rs | dag_compute |
version | 0.1.0 |
source | src |
created_at | 2021-12-19 21:00:16.006375 |
updated_at | 2021-12-19 21:00:16.006375 |
description | A library for the construction of arbitrary computation DAGs and the expression of dataflow graphs |
homepage | |
repository | https://github.com/rlee287/dag_compute |
max_upload_size | |
id | 500499 |
size | 42,483 |
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.