Type Definition tract_hir::internal::typed::TypedSimplePlan[][src]

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

An execution plan for TypedModel.