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

Method end

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

Source from the content-addressed store, hash-verified

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());
213 }

Callers 15

StrNotFunction · 0.45
operator()Method · 0.45
FindOrNullFunction · 0.45
FindPtrOrNullFunction · 0.45
map_util.hFile · 0.45
EraseKeyReturnValuePtrFunction · 0.45
FlatMapMethod · 0.45
SortedContentsFunction · 0.45
TESTFunction · 0.45
TestIntTopNHelperFunction · 0.45

Calls 3

iteratorClass · 0.70
const_iteratorClass · 0.70
limitMethod · 0.45

Tested by 15

StrNotFunction · 0.36
operator()Method · 0.36
SortedContentsFunction · 0.36
TESTFunction · 0.36
TestIntTopNHelperFunction · 0.36
TESTFunction · 0.36
GetFunction · 0.36
ContentsFunction · 0.36
TESTFunction · 0.36
HasFunction · 0.36
ContentsFunction · 0.36