Function tensorflow::ops::experimental_private_thread_pool_dataset
source · pub fn experimental_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 ExperimentalPrivateThreadPoolDataset::new().build(input_dataset, num_threads, scope)
.