Type Alias kn_graph::onnx::InputShaper

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