Skip to content

Commit 711977c

Browse files
Update docs/doc_sources/api_reference/dpctl/tensor.data_types.rst
Co-authored-by: Oleksandr Pavlyk <[email protected]>
1 parent 0fa480b commit 711977c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doc_sources/api_reference/dpctl/tensor.data_types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Data types
2828
+----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
2929
| ``uint64`` | A 64-bit unsigned integer type capable of representing :math:`v` subject to :math:`0 \le v < 2^{64}` |
3030
+----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
31-
| ``float16`` | An IEEE-754 half-precision (16-bit) binary floating-point number (see `IEEE 754-2019`_) |
31+
| ``float16`` | An IEEE-754 half-precision (16-bit) binary floating-point number (see `IEEE 754-2019`_) |
3232
+----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
3333
| ``float32`` | An IEEE-754 single-precision (32-bit) binary floating-point number (see `IEEE 754-2019`_) |
3434
+----------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)