MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / NumpyHeader

Class NumpyHeader

mlx/data/core/Numpy.cpp:305–311  ·  view source on GitHub ↗

See https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html

Source from the content-addressed store, hash-verified

303
304/// See https://numpy.org/doc/stable/reference/generated/numpy.lib.format.html
305struct NumpyHeader {
306 char magic[6];
307 unsigned char major;
308 unsigned char minor;
309 unsigned char headerLength0;
310 unsigned char headerLength1;
311};
312
313/// additional bytes for version 2.0 and higher headers
314struct NumpyHeaderV2 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected