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

Method begin

tensorflow/core/graph/edgeset.h:155–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155inline EdgeSet::const_iterator EdgeSet::begin() const {
156 const_iterator ci;
157 ci.Init(this);
158 auto s = get_set();
159 if (s) {
160 ci.tree_iter_ = s->begin();
161 } else {
162 ci.array_iter_ = &ptrs_[0];
163 }
164 return ci;
165}
166
167inline EdgeSet::const_iterator EdgeSet::end() const {
168 const_iterator ci;

Callers 15

ReadMethod · 0.45
EncodeByProtoBufferFunction · 0.45
CleanupModelSessionMethod · 0.45
GetHeaderGuardFunction · 0.45
SparsifyWeightsFunction · 0.45
MergeDuplicateNodesFunction · 0.45
HashNodeDefFunction · 0.45

Calls 1

InitMethod · 0.45

Tested by 15

EncodeByProtoBufferFunction · 0.36
CreateNodeMethod · 0.36
TestSinglePartitionMethod · 0.36
TestMultiPartitionMethod · 0.36
default_textMethod · 0.36
original_default_textMethod · 0.36
TESTFunction · 0.36
InitMethod · 0.36
InitMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36