@@ -33,6 +33,11 @@ Elemental function
3333
3434The function returns a value with the same type and kind as input argument.
3535
36+ ### Example
37+ ``` fortran
38+ {!example/specialfunctions_activations/example_gaussian.f90!}
39+ ```
40+
3641## ` Gaussian_grad ` - Gradient of the Gaussian function
3742
3843### Status
@@ -94,6 +99,11 @@ Elemental function
9499
95100The function returns a value with the same type and kind as input argument.
96101
102+ ### Example
103+ ``` fortran
104+ {!example/specialfunctions_activations/example_elu.f90!}
105+ ```
106+
97107## ` Elu_grad ` - Gradient of the Exponential Linear Unit function
98108
99109### Status
@@ -155,6 +165,11 @@ Elemental function
155165
156166The function returns a value with the same type and kind as input argument.
157167
168+ ### Example
169+ ``` fortran
170+ {!example/specialfunctions_activations/example_relu.f90!}
171+ ```
172+
158173## ` Relu_grad ` - Gradient of the Rectified Linear Unit function
159174
160175### Status
@@ -215,6 +230,11 @@ Elemental function
215230
216231The function returns a value with the same type and kind as input argument.
217232
233+ ### Example
234+ ``` fortran
235+ {!example/specialfunctions_activations/example_gelu.f90!}
236+ ```
237+
218238## ` Gelu_grad ` - Gradient of the Gaussian Error Linear Unit function
219239
220240### Status
@@ -335,6 +355,11 @@ Elemental function
335355
336356The function returns a value with the same type and kind as input argument.
337357
358+ ### Example
359+ ``` fortran
360+ {!example/specialfunctions_activations/example_selu.f90!}
361+ ```
362+
338363## ` selu_grad ` - Gradient of the Scaled Exponential Linear Unit function
339364
340365### Status
@@ -449,6 +474,11 @@ Elemental function
449474
450475The function returns a value with the same type and kind as input argument.
451476
477+ ### Example
478+ ``` fortran
479+ {!example/specialfunctions_activations/example_silu.f90!}
480+ ```
481+
452482## ` Silu_grad ` - Gradient of the Sigmoid Linear Unit function
453483
454484### Status
0 commit comments