Searched refs:SetExecutorForThread (Results 1 – 7 of 7) sorted by relevance
206 tensorflow::unwrap(ctx)->SetExecutorForThread(new_executor.get()); in DoCallPyFunc()243 tensorflow::unwrap(ctx)->SetExecutorForThread(old_executor); in DoCallPyFunc()
209 virtual void SetExecutorForThread(EagerExecutor* executor) = 0;
593 tensorflow::unwrap(ctx)->SetExecutorForThread(executor->executor()); in TFE_ContextSetExecutorForThread()
208 void SetExecutorForThread(tensorflow::EagerExecutor* executor) override;
1235 void ContextInterface::SetExecutorForThread( in SetExecutorForThread() function in tfrt::tf::ContextInterface1237 GetEagerContext()->SetExecutorForThread(executor); in SetExecutorForThread()
174 void SetExecutorForThread(EagerExecutor* executor) override;
430 void EagerContext::SetExecutorForThread(EagerExecutor* executor) { in SetExecutorForThread() function in tensorflow::EagerContext