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

pub type TypedModel = Graph<TypedFact, Box<dyn TypedOp + 'static, Global>>;
Expand description

A model with completely determined types and shapes.