Type Definition tract_pulse::internal::TypedModel
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.