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

Class NumpyHeaderV2

mlx/data/core/Numpy.cpp:314–317  ·  view source on GitHub ↗

additional bytes for version 2.0 and higher headers

Source from the content-addressed store, hash-verified

312
313/// additional bytes for version 2.0 and higher headers
314struct NumpyHeaderV2 {
315 unsigned char headerLength2;
316 unsigned char headerLength3;
317};
318
319static const auto* numpy_magic = "\x93NUMPY";
320

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected