Type Definition tract_tensorflow::prelude::InferenceModel[][src]

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

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