| 151 | } // namespace |
| 152 | |
| 153 | Iterator* 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 |