摘要: Tensor API 较多,所以把 运算 单独列出来,方便查看 本教程环境 pytorch 1.3以上 乘法 见代码 import torch as t # t.mul(input, other, out=None):mul 等价于 * # t.matmul(mat, mat, out=None): 阅读全文