elu(alpha:)
Adds an Exponential Linear Unit (ELU) activation operation to the current graph.
Declaration
func elu(alpha: Float) -> BNNSGraph.Builder.Tensor<T>Parameters
- alpha:
The
alphavalue.
Adds an Exponential Linear Unit (ELU) activation operation to the current graph.
func elu(alpha: Float) -> BNNSGraph.Builder.Tensor<T>The alpha value.