relu
Relu activation function.
f(x) = 0 if x < 0
f(x) = x if x > 0
x (Tensor) – input to the function
Tensor
f(x), applies activation function