Function tensorflow::ops::experimental_thread_pool_handle
source · pub fn experimental_thread_pool_handle(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for ExperimentalThreadPoolHandle::new().build(scope)
.