torch.nn.functional.elu¶ torch.nn.functional.elu(input, alpha=1.0, inplace=False)[源代码]¶ 逐元素应用指数线性单元(ELU)函数。 有关更多详细信息,请参阅 ELU。 Return type 张量