torch.Tensor.chunk(chunks, dim=0)
paddle.Tensor.chunk(chunks, axis=0, name=None)
两者功能一致,仅参数名不一致,具体如下: