Created by: chunfeng0301
pytorch中 .data的语义是 获取 Variable 的 内部 Tensor; 论文复现中出现的 pytorch语句 v1 = torch.zeros_like(x.data)
如何用paddle实现 x.data?