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

Function NewTwoLevelIterator

tensorflow/core/lib/io/two_level_iterator.cc:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151} // namespace
152
153Iterator* NewTwoLevelIterator(Iterator* index_iter,
154 BlockFunction block_function, void* arg) {
155 return new TwoLevelIterator(index_iter, block_function, arg);
156}
157
158} // namespace table
159} // namespace tensorflow

Callers 1

NewIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected