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

Method FillValue

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

Source from the content-addressed store, hash-verified

162
163 pointer val() { return reinterpret_cast<pointer>(space_); }
164 void FillValue() { new (space_) value_type(b_->key(i_), b_->val(i_)); }
165 void SkipUnused() {
166 while (b_ < end_) {
167 if (i_ >= Rep::kWidth) {

Callers

nothing calls this directly

Calls 2

valMethod · 0.80
keyMethod · 0.45

Tested by

no test coverage detected