摘要: 标量 包含一个数值的叫标量(scalar)。标量由只有一个元素的张量表示: import torch x = torch.tensor(3.0) y = torch.tensor(2.0) x + y,x * y,x / y,x ** y (tensor(5.), tensor(6.), tenso 阅读全文
posted @ 2022-04-16 13:38 刘-皇叔 阅读(247) 评论(0) 推荐(0) 编辑