Type Alias tract_core::model::typed::RunnableModel

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

A runnable model with fixed inputs and outputs.

Aliased Type§

struct RunnableModel<F, O, M> { /* private fields */ }