Python wrappers
Public Python APIs implemented by this engine symbols.Element-wise rectified linear unit .
See Also
ReluBackward : Autograd node implementing the gradient rule.
Parameters
aTensorImplPtrInput tensor of any real dtype.
Returns
TensorImplPtrOutput tensor with the same shape and dtype as a; autograd-aware when a.requires_grad is true.