[]Type Definition tract_onnx::prelude::TypedSimplePlan

type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp + 'static>, M>;

An execution plan for TypedModel.