torch.Tensor.contiguous(memory_format=torch.contiguous_format)
判断 Tensor 是否是 contiguous 的,PaddlePaddle 的 Tensor 默认是 contiguous 的, 因此可直接删除该 API。