tract-core 0.19.2

Tiny, no-nonsense, self contained, TensorFlow and ONNX inference
Documentation
#[macro_export]
macro_rules! dims {
    ($($dim:expr),*) => {
        ShapeFact::from(&[$(TDim::from($dim.clone())),*])
    }
}