relu_

paddle.nn.functional. relu_ ( x: Tensor, name: str | None = None ) Tensor [source]

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