The relu function#
Aliases#
halerium.core.reluhalerium.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.reluhalerium.core.math.reluRelu, element-wise.
operand – The input of the operation.
operator – The halerium Operator representing the operation.