steelix 0.1.0

Your one stop CLI for ONNX model analysis. Featuring graph visualization, FLOP counts, memory metrics and more!
Documentation
1
2
3
4
5
6
7
pub mod onnx_pb {
    include!(concat!(env!("OUT_DIR"), "/prost/onnx.rs"));
}

mod pb_helpers;

pub use pb_helpers::*;