Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
bool EagerExecutor::Async() const {
82
return thread_ != nullptr;
83
}
84
85
const char* EagerExecutor::StateStringLocked() {
86
switch (state_) {
Callers
8
EagerLocalExecute
Function · 0.80
EagerRemoteExecute
Function · 0.80
LocalEagerCopyToDevice
Function · 0.80
EagerCopyToDevice
Function · 0.80
DestoryRemoteTensorHandle
Function · 0.80
Enqueue
Method · 0.80
UpdateTFE_ContextWithServerDef
Function · 0.80
TFE_ExecutorIsAsync
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected