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

Method val

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

Source from the content-addressed store, hash-verified

161 uint32 i_;
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_) {

Callers 4

FillValueMethod · 0.80
operator*Method · 0.80
operator->Method · 0.80
FlatMapClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected