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

Function NewErrorIterator

tensorflow/core/lib/io/iterator.cc:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76Iterator* NewEmptyIterator() { return new EmptyIterator(Status::OK()); }
77
78Iterator* NewErrorIterator(const Status& status) {
79 return new EmptyIterator(status);
80}
81
82} // namespace table
83} // namespace tensorflow

Callers 2

BlockReaderMethod · 0.85
NewIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected