relu_

paddle.nn.functional. relu_ ( x, name=None ) [source]

Inplace version of relu API, the output Tensor will be inplaced with input x. Please refer to relu.