Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ operator*
Method
operator*
mlx/backend/cpu/sort.cpp:52–54 ·
view source on GitHub ↗
Accessors
Source
from the content-addressed store, hash-verified
50
51
// Accessors
52
reference operator*() const {
53
return ptr_[0];
54
}
55
56
reference operator[](difference_type idx) const {
57
return ptr_[idx * stride_];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected