MCPcopy 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
76Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); }
77
78Iterator* NewErrorIterator(const Status& status) {
79 return new EmptyIterator(status);

Callers 1

NewIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected