What is Moose?
Tutorials
API Reference
Apply the rectified-linear unit (ReLU) function, f(x) = max(0, x).
f(x) = max(0, x)
If the input is a tensor, the operation is performed elementwise.
x – A value.
placement – An optional Placement to pin this operation to.
Placement
A value correspoding to ReLU(x).
ReLU(x)