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

Method unsorted_begin

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

Return an iterator to the beginning (end) of the container, with no guarantees about the order of iteration. These iterators are invalidated by mutation of the data structure.

Source from the content-addressed store, hash-verified

175 // with no guarantees about the order of iteration. These iterators are
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.

Callers 3

TESTFunction · 0.45
ComputeMethod · 0.45
TopPathsMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by 1

TESTFunction · 0.36