[ 仅参数名不一致 ]torch.Tensor.sort¶
torch.Tensor.sort¶
torch.Tensor.sort(dim=- 1, descending=False, stable=False)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
dim | axis | 指定对输入 Tensor 进行运算的轴。默认值为-1, 仅参数名不一致。 |
descending | descending | 指定算法排序的方向, 参数完全一致。 |
stable | stable | 是否使用稳定排序。 |