Type Definition tract_hir::prelude::typed::TypedSimpleState[][src]

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

An execution state for TypedModel.