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

Function TFE_ExecutorIsAsync

tensorflow/c/eager/c_api_experimental.cc:582–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580void TFE_DeleteExecutor(TFE_Executor* executor) { delete executor; }
581
582bool TFE_ExecutorIsAsync(TFE_Executor* executor) {
583 return executor->executor()->Async();
584}
585
586void TFE_ExecutorWaitForAllPendingNodes(TFE_Executor* executor,
587 TF_Status* status) {

Callers

nothing calls this directly

Calls 2

AsyncMethod · 0.80
executorMethod · 0.45

Tested by

no test coverage detected