Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ Array
Method
Array
mlx/data/Array.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
namespace data {
11
12
Array::Array() {
13
init_(ArrayType::Any, std::vector<int64_t>(0));
14
}
15
16
Array::Array(const std::shared_ptr<const Array>& src)
17
: type_(src->type_),
Callers
nothing calls this directly
Calls
3
size
Method · 0.45
get
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected