mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-22 13:07:51 +08:00
uint64_t instead of uint32_t
This commit is contained in:
parent
c432de8013
commit
60132a16de
@ -94,7 +94,7 @@ class JSONNode {
|
|||||||
JSONObject* object;
|
JSONObject* object;
|
||||||
JSONList* list;
|
JSONList* list;
|
||||||
std::string* s;
|
std::string* s;
|
||||||
uint32_t f;
|
uint64_t f;
|
||||||
} _values;
|
} _values;
|
||||||
Type _type;
|
Type _type;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user