The relu function#

Aliases#

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

Relu, element-wise.

Parameters:

operand – The input of the operation.

Returns:

operator – The halerium Operator representing the operation.

Return type:

halerium.core.operator.Relu