torch.nn.functional.elu¶ torch.nn.functional.elu(input, alpha=1.0, inplace=False)[原始碼][原始碼]¶ 逐元素套用指數線性單元 (ELU) 函數。 如需更多詳細資訊,請參閱 ELU。 回傳類型 Tensor