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

Method Next

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

Moves to the next position in the bundle. REQUIRES: status().ok()

Source from the content-addressed store, hash-verified

272 // Moves to the next position in the bundle.
273 // REQUIRES: status().ok()
274 void Next() const { iter_->Next(); }
275 // Returns true iff the reader is positioned to a key/val pair.
276 // REQUIRES: status().ok()
277 bool Valid() const { return iter_->Valid(); }

Callers 8

MutateSavedTensorSlicesFunction · 0.45
ExpectNextFunction · 0.45
AllTensorKeysFunction · 0.45
FlipEndiannessBitFunction · 0.45
TestBasicFunction · 0.45
TestEndiannessFunction · 0.45
TEST_FFunction · 0.45
MergeOneBundleFunction · 0.45

Calls

no outgoing calls

Tested by 7

MutateSavedTensorSlicesFunction · 0.36
ExpectNextFunction · 0.36
AllTensorKeysFunction · 0.36
FlipEndiannessBitFunction · 0.36
TestBasicFunction · 0.36
TestEndiannessFunction · 0.36
TEST_FFunction · 0.36