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

Method begin

tensorflow/core/lib/gtl/flatmap.h:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 };
208
209 iterator begin() { return iterator(rep_.start(), rep_.limit()); }
210 iterator end() { return iterator(rep_.limit(), rep_.limit()); }
211 const_iterator begin() const {
212 return const_iterator(rep_.start(), rep_.limit());

Callers 15

StrCatFunction · 0.45
CatPiecesFunction · 0.45
AppendPiecesFunction · 0.45
StrAppendFunction · 0.45
StrNotFunction · 0.45
FlatMapMethod · 0.45
SortedContentsFunction · 0.45
TestIntTopNHelperFunction · 0.45
TESTFunction · 0.45
ConsumeTopFunction · 0.45
ContentsFunction · 0.45

Calls 4

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

Tested by 15

StrNotFunction · 0.36
SortedContentsFunction · 0.36
TestIntTopNHelperFunction · 0.36
TESTFunction · 0.36
ContentsFunction · 0.36
TESTFunction · 0.36
ContentsFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
FinishMethod · 0.36