The softplus function#

Aliases#

halerium.core.softplus
halerium.core.math.softplus
softplus(operand)#

Soft-plus, element-wise.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Softplus