Type Alias InputShaper

Source
pub type InputShaper = dyn Fn(&[OnnxDimValue], &str, usize) -> Option<Shape>;