construct_from_inference_engine Module Procedure

module procedure construct_from_inference_engine pure module function construct_from_inference_engine(inference_engine) result(trainable_engine)

Arguments

Type IntentOptional Attributes Name
type(inference_engine_t), intent(in) :: inference_engine

Return Value type(trainable_engine_t)


Calls

proc~~construct_from_inference_engine~~CallsGraph proc~construct_from_inference_engine construct_from_inference_engine interface~to_exchange inference_engine_t%to_exchange proc~construct_from_inference_engine->interface~to_exchange