torch.nn.functional.elu_(input, alpha=1.0)
paddle.nn.functional.elu_(x, alpha=1.0, name=None)
两者功能一致,仅参数名不一致,具体如下: