Searched refs:SetExecutorForThread (Results 1 – 4 of 4) sorted by relevance
201 ctx->context->SetExecutorForThread(new_executor.get()); in DoCallPyFunc()236 ctx->context->SetExecutorForThread(old_executor); in DoCallPyFunc()
142 void SetExecutorForThread(EagerExecutor* executor);
243 void EagerContext::SetExecutorForThread(EagerExecutor* executor) { in SetExecutorForThread() function in tensorflow::EagerContext
616 ctx->context->SetExecutorForThread(executor->executor()); in TFE_ContextSetExecutorForThread()