Type Definition tract_hir::infer::InferenceSimpleState [−][src]
pub type InferenceSimpleState<M, P> = SimpleState<InferenceFact, Box<dyn InferenceOp>, M, P>;
Expand description
An execution state for InferenceModel.