pub fn snapshot_dataset_reader<O0: Into<Output>, O1: Into<Output>>(
    shard_dir: O0,
    start_index: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SnapshotDatasetReader::new().build(shard_dir, start_index, scope).