MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TFE_ExecutorClearError

Function TFE_ExecutorClearError

tensorflow/c/eager/c_api_experimental.cc:591–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

ClearErrorMethod · 0.80
executorMethod · 0.45

Tested by 1