MCPcopy 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
21int64_t Perm::size() const {
22 return perm_.size();
23}
24
25void Perm::set_perm_(const std::vector<int64_t>& perm) {
26 for (auto idx : perm) {

Callers 15

apply_keyMethod · 0.45
SliceMethod · 0.45
apply_keyMethod · 0.45
RandomSliceMethod · 0.45
apply_keyMethod · 0.45
apply_keyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
apply_keyMethod · 0.45
applyMethod · 0.45
apply_keyMethod · 0.45
ReplaceBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected