mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
13 lines
308 B
ReStructuredText
13 lines
308 B
ReStructuredText
torch.Storage
|
|
===================================
|
|
|
|
A :class:`torch.Storage` is a contiguous, one-dimensional array of a single
|
|
data type.
|
|
|
|
Every :class:`torch.Tensor` has a corresponding storage of the same data type.
|
|
|
|
.. autoclass:: torch.FloatStorage
|
|
:members:
|
|
:undoc-members:
|
|
:inherited-members:
|