Type Definition tract_hir::prelude::TypedModel [−][src]
pub type TypedModel = Graph<TypedFact, Box<dyn TypedOp + 'static, Global>>;
Expand description
A model with completely determined types and shapes.
pub type TypedModel = Graph<TypedFact, Box<dyn TypedOp + 'static, Global>>;
A model with completely determined types and shapes.