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

Method NewIterator

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

Source from the content-addressed store, hash-verified

240 }
241
242 Iterator* NewIterator() const override { return table_->NewIterator(); }
243
244 uint64 ApproximateOffsetOf(const StringPiece& key) const {
245 return table_->ApproximateOffsetOf(key);

Callers

nothing calls this directly

Calls 1

NewIteratorMethod · 0.45

Tested by

no test coverage detected