mirror of
https://github.com/ml-explore/mlx.git
synced 2025-07-23 18:11:17 +08:00
Fix data_types.rst uint64 (#406)
uint64 correctly says 8 bytes, but the description is copy pasta.
This commit is contained in:
parent
f099ebe535
commit
753867123d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user