Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ size
Method
size
mlx/data/buffer/Perm.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
int64_t Perm::size() const {
22
return perm_.size();
23
}
24
25
void Perm::set_perm_(const std::vector<int64_t>& perm) {
26
for (auto idx : perm) {
Callers
15
apply_key
Method · 0.45
Slice
Method · 0.45
apply_key
Method · 0.45
RandomSlice
Method · 0.45
apply_key
Method · 0.45
apply_key
Method · 0.45
apply
Method · 0.45
apply
Method · 0.45
apply_key
Method · 0.45
apply
Method · 0.45
apply_key
Method · 0.45
ReplaceBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected