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

Method end

tensorflow/core/graph/edgeset.h:167–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167inline EdgeSet::const_iterator EdgeSet::end() const {
168 const_iterator ci;
169 ci.Init(this);
170 auto s = get_set();
171 if (s) {
172 ci.tree_iter_ = s->end();
173 } else {
174 ci.array_iter_ = &ptrs_[size()];
175 }
176 return ci;
177}
178
179inline EdgeSet::const_iterator& EdgeSet::const_iterator::operator++() {
180 CheckNoMutations();

Callers 15

GetStaticGraphOpsMethod · 0.45
RunMethod · 0.45
FindGatherNodeFunction · 0.45
InternalFindUniqueNodeFunction · 0.45
FindVariablePartsMethod · 0.45
GetFeature2IdAttrMethod · 0.45
TESTFunction · 0.45
TestFeatureNameAttrFunction · 0.45

Calls 2

sizeFunction · 0.50
InitMethod · 0.45

Tested by 15

TESTFunction · 0.36
TestFeatureNameAttrFunction · 0.36
EncodeByProtoBufferFunction · 0.36
CreateNodeMethod · 0.36
TestSinglePartitionMethod · 0.36
TestMultiPartitionMethod · 0.36
default_textMethod · 0.36
textMethod · 0.36
original_textMethod · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36