MCPcopy Create free account
hub / github.com/ml-explore/mlx / operator<

Method operator<

mlx/backend/cpu/sort.cpp:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 bool operator<(const StridedIterator& other) const {
70 return ptr_ < other.ptr_;
71 }
72
73 bool operator>(const StridedIterator& other) const {
74 return ptr_ > other.ptr_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected