Home
last modified time | relevance | path

Searched refs:SetExecutorForThread (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc206 tensorflow::unwrap(ctx)->SetExecutorForThread(new_executor.get()); in DoCallPyFunc()
243 tensorflow::unwrap(ctx)->SetExecutorForThread(old_executor); in DoCallPyFunc()
/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h209 virtual void SetExecutorForThread(EagerExecutor* executor) = 0;
Dc_api_experimental.cc593 tensorflow::unwrap(ctx)->SetExecutorForThread(executor->executor()); in TFE_ContextSetExecutorForThread()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h208 void SetExecutorForThread(tensorflow::EagerExecutor* executor) override;
Dc_api_tfrt.cc1235 void ContextInterface::SetExecutorForThread( in SetExecutorForThread() function in tfrt::tf::ContextInterface
1237 GetEagerContext()->SetExecutorForThread(executor); in SetExecutorForThread()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h174 void SetExecutorForThread(EagerExecutor* executor) override;
Dcontext.cc430 void EagerContext::SetExecutorForThread(EagerExecutor* executor) { in SetExecutorForThread() function in tensorflow::EagerContext