(shard_id, num_shards)
| 401 | reader_name="reader", |
| 402 | ) |
| 403 | def iterator_function(shard_id, num_shards): |
| 404 | return iterator_function_def(shard_id=shard_id, num_shards=num_shards) |
| 405 | |
| 406 | data_iterator_instance = iterator_function( |
| 407 | batch_size=batch_size, |
no test coverage detected