x = torch.tensor([1, 2, 3])>> torch.sum(x)tensor(6) ... When we describe the shape of a 2D tensor, we say that it contains some rows and ...
確定! 回上一頁