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

pub type TypedSimpleState<M, P> = SimpleState<TypedFact, Box<dyn TypedOp + 'static, Global>, M, P>;
Expand description

An execution state for TypedModel.