[ 仅参数名不一致 ]torch.Tensor.cross
torch.Tensor.cross
torch.Tensor.cross(other, dim=None)
参数映射
| PyTorch | PaddlePaddle | 备注 |
|---|---|---|
| other | y | 输入 Tensor,仅参数名不一致。 |
| dim | axis | 沿此维度进行向量积操作,仅参数名不一致。 |
torch.Tensor.cross(other, dim=None)
| PyTorch | PaddlePaddle | 备注 |
|---|---|---|
| other | y | 输入 Tensor,仅参数名不一致。 |
| dim | axis | 沿此维度进行向量积操作,仅参数名不一致。 |