Type Alias ort::InferShapeFn

source ·
pub type InferShapeFn = dyn FnMut(*mut OrtShapeInferContext) -> Result<()>;