Contents

MLCActivationType.clamp

An activation type that implements the clamp activation function.

Declaration

case clamp

Discussion

This activation type implements the following function:

f(x) = min(max(x, a), b)

See Also

Enumeration Cases