Tensor
[self] zero()
Fill the tensor with zeros.
> = torch.Tensor(4):zero() 0 0 0 0 [torch.Tensor of dimension 4]