torch.cmulz=torch.cmul(x,y) returns a new tensor. torch.cmul(z,x,y) puts the result in z. y:cmul(x) multiplies all elements of y with ...
確定! 回上一頁