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

pub type RunnableModel<F, O, M> = SimplePlan<F, O, M>;
Expand description

A runnable model with fixed inputs and outputs.