pub fn skip_dataset<O0: Into<Output>, O1: Into<Output>>( input_dataset: O0, count: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SkipDataset::new().build(input_dataset, count, scope).
SkipDataset::new().build(input_dataset, count, scope)