Module: tfm.utils.activations

Activations package definition.

Functions

gelu(...): Gaussian Error Linear Unit.

hard_sigmoid(...): Computes the hard sigmoid activation function.

hard_swish(...): Computes a hard version of the swish function.

identity(...): Computes the identity function.

mish(...): Mish activation function.

relu6(...): Computes the Relu6 activation function.

simple_swish(...): Computes the Swish activation function.