折叠
摘要: 线性代数 标量由只有一个元素的张量表示 import torch x = torch.tensor([3.0]) y = torch.tensor([2.0]) x+y,x*y,x/y,x**y (tensor([5.]), tensor([6.]), tensor([1.5000]), tenso 阅读全文
posted @ 2021-06-20 10:30 Coverpast 阅读(108) 评论(0) 推荐(0) 编辑