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

type InferenceSimpleState<M, P> = SimpleState<InferenceFact, Box<dyn InferenceOp>, M, P>;

An execution state for InferenceModel.