[]Type Definition tract_onnx::prelude::NormalizedModel

type NormalizedModel = ModelImpl<NormalizedFact, Box<dyn TypedOp + 'static>>;

A model with determined types and shapes, where constant have been eliminated from the graph.