import torch
a=torch.Tensor([[1,2,3,4,5],[6,7,8,9,10]])
b=torch.Tensor([[2,4,6,8,
点乘与逐元素相乘
最新推荐文章于 2025-03-12 16:00:35 发布
import torch
a=torch.Tensor([[1,2,3,4,5],[6,7,8,9,10]])
b=torch.Tensor([[2,4,6,8,