pub trait Runtime: Debug {
// Required methods
fn name(&self) -> StaticName;
fn prepare(&self, model: TypedModel) -> TractResult<Box<dyn Runnable>>;
}
pub trait Runtime: Debug {
// Required methods
fn name(&self) -> StaticName;
fn prepare(&self, model: TypedModel) -> TractResult<Box<dyn Runnable>>;
}