Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NewIterator
Method · 0.45
TestForwardScan
Method · 0.45
TestRandomAccess
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected