Home
last modified time | relevance | path

Searched refs:run_executor (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/futures-executor/src/
Dlocal_pool.rs77 fn run_executor<T, F: FnMut(&mut Context<'_>) -> Poll<T>>(mut f: F) -> T { in run_executor() function
151 run_executor(|cx| self.poll_pool(cx)) in run()
174 run_executor(|cx| { in run_until()
317 run_executor(|cx| f.as_mut().poll(cx)) in block_on()
/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.cc91 TF_ASSIGN_OR_RETURN(se::StreamExecutor * run_executor, in ValidateExecutionOptions()
101 run_executor->GetDeviceDescription().name()); in ValidateExecutionOptions()