Skip to main content

construct_realtime_model

Function construct_realtime_model 

Source
pub fn construct_realtime_model<A, B, M>(
    architecture: A,
    source_architecture: Option<A>,
    prepared: PreparedRealtimeModelContract,
    mechanisms: M,
    context: &<<B as NeuralBackend>::Tensor as Tensor>::Context,
) -> Result<ConstructedRealtimeModel<A, B, M>, RealtimeModelConstructionError<A::Error, M::PolicyError, M::Error>>
Expand description

Constructs static modules, selected units, storage, and exact state once.