Function tensorflow::ops::shard_dataset
source · pub fn shard_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_dataset: O0,
num_shards: O1,
index: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ShardDataset::new().build(input_dataset, num_shards, index, scope)
.