torch.nn.init.constant(tensor, val) 用val的值填充输入的张量或变量
参数: tensor – n维的torch.Tensor或autograd.Variable val – 用来填充张量的值