torch.nn.functional.elu¶ torch.nn.functional.elu(input, alpha=1.0, inplace=False)[source][source]¶ 逐元素應用指數線性單元 (ELU) 函式。 有關更多詳細資訊,請參閱 ELU。 返回型別 Tensor