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

Method begin

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

Source from the content-addressed store, hash-verified

161 typedef const_iterator iterator;
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());

Callers 1

FlatSetMethod · 0.45

Calls 4

iteratorClass · 0.70
const_iteratorClass · 0.70
startMethod · 0.45
limitMethod · 0.45

Tested by

no test coverage detected