torch.zeros ... Returns a tensor filled with the scalar value 0 , with the shape defined by the variable argument size . ... Example: >>> torch.zeros(2, 3) tensor ...
確定! 回上一頁