MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / unsorted_end

Method unsorted_end

tensorflow/core/lib/gtl/top_n.h:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 // invalidated by mutation of the data structure.
177 UnsortedIterator unsorted_begin() const { return elements_.begin(); }
178 UnsortedIterator unsorted_end() const { return elements_.begin() + size(); }
179
180 // Accessor for comparator template argument.
181 Cmp *comparator() { return &cmp_; }

Callers 3

TESTFunction · 0.45
ComputeMethod · 0.45
TopPathsMethod · 0.45

Calls 2

sizeFunction · 0.50
beginMethod · 0.45

Tested by 1

TESTFunction · 0.36