pub type InferenceModel = Graph<InferenceFact, Box<dyn InferenceOp + 'static, Global>>;
Expand description

A model with partially types and shapes, as produced by parsing ONNX or Tensorflow graphs.