Contents

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 alpha value.