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

Method NewIterator

tensorflow/core/lib/io/table_test.cc:211–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 return Status::OK();
210 }
211 Iterator* NewIterator() const override { return block_->NewIterator(); }
212
213 private:
214 string data_;

Callers 5

NewIteratorMethod · 0.45
TestForwardScanMethod · 0.45
TestRandomAccessMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected