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

Method clear

tensorflow/core/graph/edgeset.h:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147inline void EdgeSet::clear() {
148 RegisterMutation();
149 delete get_set();
150 for (int i = 0; i < kInline; i++) {
151 ptrs_[i] = nullptr;
152 }
153}
154
155inline EdgeSet::const_iterator EdgeSet::begin() const {
156 const_iterator ci;

Callers 15

GetChildrenMethod · 0.45
WarmupMethod · 0.45
CreateSessionMethod · 0.45
CreateSessionGroupMethod · 0.45
MainFunction · 0.45
ParseTransformParametersFunction · 0.45
ClearMethod · 0.45
_restoreMethod · 0.45
closeFeedsMethod · 0.45

Calls

no outgoing calls

Tested by 15

UpdateRowFunction · 0.36
SetUpTestSuiteMethod · 0.36
ResizeTensorFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
InitializeMethod · 0.36
TearDownMethod · 0.36
GenerateInputValuesFunction · 0.36