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

Method Async

tensorflow/core/common_runtime/eager/eager_executor.cc:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81bool EagerExecutor::Async() const {
82 return thread_ != nullptr;
83}
84
85const char* EagerExecutor::StateStringLocked() {
86 switch (state_) {

Callers 8

EagerLocalExecuteFunction · 0.80
EagerRemoteExecuteFunction · 0.80
LocalEagerCopyToDeviceFunction · 0.80
EagerCopyToDeviceFunction · 0.80
EnqueueMethod · 0.80
TFE_ExecutorIsAsyncFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected