Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ GetTimeout
Method
GetTimeout
tensorflow/core/distributed_runtime/call_options.cc:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
int64 CallOptions::GetTimeout() {
46
mutex_lock l(mu_);
47
return timeout_in_ms_;
48
}
49
50
void CallOptions::SetTimeout(int64 ms) {
51
mutex_lock l(mu_);
Callers
4
ProcessCallOptions
Method · 0.80
GetRemoteAddress
Method · 0.80
WaitForNotification
Function · 0.80
CallWithRetry
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected