Python wrappers
Public Python APIs implemented by this engine symbol.In-place rectified linear unit: writes back into a.
Math
See Also
relu_op — out-of-place counterpart.
Parameters
aTensorImplPtrTensor to apply ReLU to in place. Must be non-null.
Returns
TensorImplPtrThe same pointer as a.
Notes
The most common in-place op in practice: ResNet-style residual blocks save a per-layer activation by writing ReLU back over the convolution output. Safe under autograd as long as the convolution was the only saved-for-backward dependency.