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

Method ArrayDesc

mlx/array.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257array::ArrayDesc::ArrayDesc(Shape shape, Dtype dtype)
258 : shape(std::move(shape)), dtype(dtype), status(Status::available) {
259 init();
260}
261
262array::ArrayDesc::ArrayDesc(
263 Shape shape,

Callers

nothing calls this directly

Calls 1

initFunction · 0.50

Tested by

no test coverage detected