Type Definition tract_hir::infer::InferenceSimplePlan[][src]

pub type InferenceSimplePlan<M> = SimplePlan<InferenceFact, Box<dyn InferenceOp>, M>;
Expand description

An execution plan for InferenceModel.