softmax Interface

public interface softmax

Functions

private module function softmax_array(input, dim) result(output)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: input
integer, intent(in) :: dim

Return Value type(array_type), pointer