gelu_approx_grad Interface

public interface gelu_approx_grad

Gradient of the approximated gaussian error linear unit function


Functions

private elemental module function gelu_approx_grad_dp(x) result(y)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x

Return Value real(kind=dp)

private elemental module function gelu_approx_grad_sp(x) result(y)

(Specification)

Arguments

Type IntentOptional Attributes Name
real(kind=sp), intent(in) :: x

Return Value real(kind=sp)