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