kn-graph 0.2.1

A neural network inference graph intermediate representation, with surrounding utilities.
Documentation
1
2
3
4
5
fn main() -> std::io::Result<()> {
    prost_build::compile_protos(&["proto/onnx.proto3"], &["proto/"])?;

    Ok(())
}