We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdec9a commit 49f679dCopy full SHA for 49f679d
docs/source/tensors.rst
@@ -13,7 +13,7 @@ Data type CPU tensor GPU tensor
13
======================== =========================== ================================
14
32-bit floating point :class:`torch.FloatTensor` :class:`torch.cuda.FloatTensor`
15
64-bit floating point :class:`torch.DoubleTensor` :class:`torch.cuda.DoubleTensor`
16
-16-bit floating point N/A :class:`torch.cuda.HalfTensor`
+16-bit floating point :class:`torch.HalfTensor` :class:`torch.cuda.HalfTensor`
17
8-bit integer (unsigned) :class:`torch.ByteTensor` :class:`torch.cuda.ByteTensor`
18
8-bit integer (signed) :class:`torch.CharTensor` :class:`torch.cuda.CharTensor`
19
16-bit integer (signed) :class:`torch.ShortTensor` :class:`torch.cuda.ShortTensor`
0 commit comments