| 589 | } |
| 590 | |
| 591 | void TFE_ExecutorClearError(TFE_Executor* executor) { |
| 592 | executor->executor()->ClearError(); |
| 593 | } |
| 594 | |
| 595 | void TFE_ContextSetExecutorForThread(TFE_Context* ctx, TFE_Executor* executor) { |
| 596 | ctx->context->SetExecutorForThread(executor->executor()); |