mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Acknowledge the existence of cpu HalfTensor (#2018)
This commit is contained in:
parent
ebdec9a837
commit
49f679d0e9
|
|
@ -13,7 +13,7 @@ Data type CPU tensor GPU tensor
|
|||
======================== =========================== ================================
|
||||
32-bit floating point :class:`torch.FloatTensor` :class:`torch.cuda.FloatTensor`
|
||||
64-bit floating point :class:`torch.DoubleTensor` :class:`torch.cuda.DoubleTensor`
|
||||
16-bit floating point N/A :class:`torch.cuda.HalfTensor`
|
||||
16-bit floating point :class:`torch.HalfTensor` :class:`torch.cuda.HalfTensor`
|
||||
8-bit integer (unsigned) :class:`torch.ByteTensor` :class:`torch.cuda.ByteTensor`
|
||||
8-bit integer (signed) :class:`torch.CharTensor` :class:`torch.cuda.CharTensor`
|
||||
16-bit integer (signed) :class:`torch.ShortTensor` :class:`torch.cuda.ShortTensor`
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user