x = torch.randn(N, D_in, device=device, dtype=torch.float) #where x is a tensor. In the above example, x can be thought of as a random ...
確定! 回上一頁