softplus(alpha:)
Adds a softplus activation operation to the current graph.
Declaration
func softplus(alpha: Float) -> BNNSGraph.Builder.Tensor<T>Parameters
- alpha:
The
alphavalue.
Adds a softplus activation operation to the current graph.
func softplus(alpha: Float) -> BNNSGraph.Builder.Tensor<T>The alpha value.