pub fn construct<B>(
prepared: PreparedMimiArtifact,
tensor_context: &<<B as NeuralBackend>::Tensor as Tensor>::Context,
materialization_context: &B::MaterializationContext,
) -> Result<Mimi<<B as NeuralBackend>::Tensor>, MimiConstructionError<B::ParameterError>>Expand description
Selects generic backend mechanisms, then constructs Mimi through the exact neutral artifact plan.