You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beginner_source/introyt/tensors_deeper_tutorial.py
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -228,18 +228,7 @@
228
228
# integer with the ``.to()`` method. Note that ``c`` contains all the same
229
229
# values as ``b``, but truncated to integers.
230
230
#
231
-
# Available data types include:
232
-
#
233
-
# - ``torch.bool``
234
-
# - ``torch.int8``
235
-
# - ``torch.uint8``
236
-
# - ``torch.int16``
237
-
# - ``torch.int32``
238
-
# - ``torch.int64``
239
-
# - ``torch.half``
240
-
# - ``torch.float``
241
-
# - ``torch.double``
242
-
# - ``torch.bfloat``
231
+
# For more information, see the `data types documentation <https://pytorch.org/docs/stable/tensor_attributes.html#torch.dtype>`__.
0 commit comments