vyre-libs 0.7.2

vyre Category A library ecosystem - pure-IR compositions over foundation IR and primitive-owned kernels
Documentation
1
2
3
4
5
6
//! Connected model configurations and reusable ProgramGraph builders.

mod composition;
mod dense_gated_mlp;

pub use dense_gated_mlp::{dense_gated_mlp_graph, DenseGatedMlpError, DenseGatedMlpSpec};