一、點乘點乘都是broadcast的,可以用torch.mul(a, b)實現,也可以直接用*實現。 >>> a = torch.ones(3,4) >>> a tensor([[1., 1., 1., 1.],
確定! 回上一頁