Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ NewEmptyIterator
Function
NewEmptyIterator
tensorflow/core/lib/io/iterator.cc:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
} // namespace
75
76
Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); }
77
78
Iterator* NewErrorIterator(const Status& status) {
79
return new EmptyIterator(status);
Callers
1
NewIterator
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected