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

Method Seek

tensorflow/core/util/tensor_bundle/tensor_bundle.h:271–271  ·  view source on GitHub ↗

Seeks to the first position in the bundle whose key is no less than "key". REQUIRES: status().ok()

Source from the content-addressed store, hash-verified

269 // Seeks to the first position in the bundle whose key is no less than "key".
270 // REQUIRES: status().ok()
271 void Seek(StringPiece key) { return iter_->Seek(key); }
272 // Moves to the next position in the bundle.
273 // REQUIRES: status().ok()
274 void Next() const { iter_->Next(); }

Callers 12

GetMethod · 0.45
MutateSavedTensorSlicesFunction · 0.45
AllTensorKeysFunction · 0.45
FlipEndiannessBitFunction · 0.45
TESTFunction · 0.45
ReadStringTensorFunction · 0.45
ReadVariantTensorFunction · 0.45
MergeOneBundleFunction · 0.45
BundleReaderMethod · 0.45
GetValueMethod · 0.45
LookupHeaderMethod · 0.45
BeginMethod · 0.45

Calls

no outgoing calls

Tested by 4

MutateSavedTensorSlicesFunction · 0.36
AllTensorKeysFunction · 0.36
FlipEndiannessBitFunction · 0.36
TESTFunction · 0.36