torch.mm

可以快速上手的开发文档

#torch.mm

pytorch:torch.mm()和torch.matmul()的使用

如下所示:torch.mm(mat1,mat2,out=None)→Tensortorch.matmul(mat1,mat2,out=None)→Tensor对矩阵mat1和mat2进行..