Type Alias tract_hir::internal::TypedRunnableModel

source ·
pub type TypedRunnableModel<M> = SimplePlan<TypedFact, Box<dyn TypedOp>, M>;
Expand description

A runnable TypedModel (new name for SimplePlan).

Aliased Type§

struct TypedRunnableModel<M> { /* private fields */ }