Searched refs:run_executor (Results 1 – 2 of 2) sorted by relevance
77 fn run_executor<T, F: FnMut(&mut Context<'_>) -> Poll<T>>(mut f: F) -> T { in run_executor() function151 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()
91 TF_ASSIGN_OR_RETURN(se::StreamExecutor * run_executor, in ValidateExecutionOptions()101 run_executor->GetDeviceDescription().name()); in ValidateExecutionOptions()