[][src]Type Definition tract_core::model::InferenceSimpleState

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

An execution state for InferenceModel.