Type Definition tract_hir::internal::typed::RunnableModel   [−][src]
pub type RunnableModel<F, O, M> = SimplePlan<F, O, M>;Expand description
A runnable model with fixed inputs and outputs.
pub type RunnableModel<F, O, M> = SimplePlan<F, O, M>;A runnable model with fixed inputs and outputs.