Storage
MapStorage
[string] string()
This function is available only on CharStorage.
CharStorage
The contents of the storage viewed as a string are returned. The string might contain NULL characters.
NULL
> x = torch.CharStorage():string("blah blah") > print(x:string()) blah blah