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

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

An execution plan for TypedModel.