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

Method end

tensorflow/core/lib/gtl/flatset.h:164–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163 iterator begin() { return iterator(rep_.start(), rep_.limit()); }
164 iterator end() { return iterator(rep_.limit(), rep_.limit()); }
165 const_iterator begin() const {
166 return const_iterator(rep_.start(), rep_.limit());
167 }

Callers 1

FlatSetMethod · 0.45

Calls 3

iteratorClass · 0.70
const_iteratorClass · 0.70
limitMethod · 0.45

Tested by

no test coverage detected