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

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

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