relu

Creates an operation representing the computation required for a ReLU layer.

relu
(
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

inputs
Type: Operation

The inputs to the ReLU function.

Return Value

Type: Operation

The operation.

Meta