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

Method NewIterator

tensorflow/core/lib/io/table.cc:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124Iterator* Table::NewIterator() const {
125 return NewTwoLevelIterator(rep_->index_block->NewIterator(),
126 &Table::BlockReader, const_cast<Table*>(this));
127}
128
129Status Table::InternalGet(const StringPiece& k, void* arg,
130 void (*saver)(void*, const StringPiece&,

Callers 10

GetSnapshotMethod · 0.45
GetShardedSnapshotMethod · 0.45
BlockReaderMethod · 0.45
InternalGetMethod · 0.45
ApproximateOffsetOfMethod · 0.45
GetMethod · 0.45
MutateSavedTensorSlicesFunction · 0.45
FlipEndiannessBitFunction · 0.45
MergeOneBundleFunction · 0.45
BundleReaderMethod · 0.45

Calls 1

NewTwoLevelIteratorFunction · 0.85

Tested by 2

MutateSavedTensorSlicesFunction · 0.36
FlipEndiannessBitFunction · 0.36