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

Method Next

tensorflow/core/lib/io/block.cc:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void Next() override {
147 assert(Valid());
148 ParseNextKey();
149 }
150
151 void Seek(const StringPiece& target) override {
152 // Binary search in restart array to find the last restart point

Callers 2

TestForwardScanMethod · 0.45
TestRandomAccessMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestForwardScanMethod · 0.36
TestRandomAccessMethod · 0.36