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