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

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

An execution plan for TypedModel.