linear = torch.nn.Linear() # 无法查看Linear的源代码
from torch.nn import Linear linear = Linear() # 可以查看Linear的源代码