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

Method key

tensorflow/core/lib/gtl/flatset.h:146–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 uint32 i_;
145
146 reference key() const { return b_->key(i_); }
147 void SkipUnused() {
148 while (b_ < end_) {
149 if (i_ >= Rep::kWidth) {

Callers 5

FillValueMethod · 0.45
FindMethod · 0.45
FindOrInsertMethod · 0.45
FreshInsertMethod · 0.45
GetKeyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected