openinfer-dsl 0.1.3

Rust-embedded DSL for defining OpenInfer graphs with explicit control flow and memory semantics.
Documentation
1
2
3
4
5
6
7
pub(crate) mod cache;
pub(crate) mod dims;
pub(crate) mod node;
pub(crate) mod op;
pub(crate) mod range;
pub(crate) mod sections;
pub(crate) mod var;