infer Interface

interface
private elemental module function infer(self, inputs) result(outputs)

Arguments

Type IntentOptional Attributes Name
class(trainable_engine_t), intent(in) :: self
type(tensor_t), intent(in) :: inputs

Return Value type(tensor_t)