Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
array::ArrayDesc::ArrayDesc(Shape shape, Dtype dtype)
258
: shape(std::move(shape)), dtype(dtype), status(Status::available) {
259
init();
260
}
261
262
array::ArrayDesc::ArrayDesc(
263
Shape shape,
Callers
nothing calls this directly
Calls
1
init
Function · 0.50
Tested by
no test coverage detected