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