mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-26 15:58:14 +08:00
Fix data_types.rst uint64 (#406)
uint64 correctly says 8 bytes, but the description is copy pasta.
This commit is contained in:
@@ -29,9 +29,9 @@ The default floating point type is ``float32`` and the default integer type is
|
|||||||
* - ``uint32``
|
* - ``uint32``
|
||||||
- 4
|
- 4
|
||||||
- 32-bit unsigned integer
|
- 32-bit unsigned integer
|
||||||
* - ``uint32``
|
* - ``uint64``
|
||||||
- 8
|
- 8
|
||||||
- 32-bit unsigned integer
|
- 64-bit unsigned integer
|
||||||
* - ``int8``
|
* - ``int8``
|
||||||
- 1
|
- 1
|
||||||
- 8-bit signed integer
|
- 8-bit signed integer
|
||||||
|
Reference in New Issue
Block a user