randn
Python【19】 torch.randn( ) 返回标准正态分布张量
参考:https://pytorch.org/docs/stable/generated/torch.randn.html 
` randn(*size, *, out=None, dtype=None, layout=torch.strided, device=None, requires_grad=False, pin_memory=False) -> Tensor Returns a tensor filled wi ......