Given two tensors A and B you can use either:,Note: for matrix multiplication, you want to use A @ B which is equivalent to torch.matmul().
確定! 回上一頁