We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccbdd4 commit 9b4ed49Copy full SHA for 9b4ed49
example/specialfunctions_activations/example_relu.f90
@@ -8,6 +8,6 @@ program example_relu
8
implicit none
9
10
x = linspace(-2._sp, 2._sp, n)
11
- y = relu( x , 1.0 )
+ y = relu( x )
12
end program example_relu
13
0 commit comments