Type Definition tract_hir::prelude::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.