torch.Tensor.pin_memory()
paddle.Tensor.pin_memory()
两者功能一致,均无参数,用于将当前 Tensor 的拷贝到固定内存上,且返回的 Tensor 不保留在原计算图中。