Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc201 ctx->context->SetExecutorForThread(new_executor.get()); in DoCallPyFunc()
236 ctx->context->SetExecutorForThread(old_executor); in DoCallPyFunc()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h142 void SetExecutorForThread(EagerExecutor* executor);
Dcontext.cc243 void EagerContext::SetExecutorForThread(EagerExecutor* executor) { in SetExecutorForThread() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.cc616 ctx->context->SetExecutorForThread(executor->executor()); in TFE_ContextSetExecutorForThread()