pub type RunnableModel<F, O> = SimplePlan<F, O>;Expand description
A runnable model with fixed inputs and outputs.
Aliased Typeยง
pub struct RunnableModel<F, O> { /* private fields */ }pub type RunnableModel<F, O> = SimplePlan<F, O>;A runnable model with fixed inputs and outputs.
pub struct RunnableModel<F, O> { /* private fields */ }