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

Method operator>

mlx/backend/cpu/sort.cpp:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 bool operator>(const StridedIterator& other) const {
74 return ptr_ > other.ptr_;
75 }
76
77 bool operator<=(const StridedIterator& other) const {
78 return ptr_ <= other.ptr_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected