Type Definition tract_hir::prelude::TypedSimplePlan  [−][src]
pub type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp + 'static, Global>, M>;Expand description
An execution plan for TypedModel.
pub type TypedSimplePlan<M> = SimplePlan<TypedFact, Box<dyn TypedOp + 'static, Global>, M>;An execution plan for TypedModel.