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