python @ 操作符

python的@ 除了用在裝飾器上,還可以用在矩陣操作。 效果大概等同於mul。 ea = torch.randn(2,3) eb = torch.randn(3,2) ea.mm(eb) [email protected] 輸出結果爲: tensor([[-0.4561, 0.5820], [-1.6594, -3.1745]]) tensor([[-0.4561, 0.58
相關文章
相關標籤/搜索