Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ SetTimeout
Method
SetTimeout
tensorflow/core/distributed_runtime/call_options.cc:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void CallOptions::SetTimeout(int64 ms) {
51
mutex_lock l(mu_);
52
timeout_in_ms_ = ms;
53
}
54
55
bool CallOptions::UseWaitForReady() {
56
mutex_lock l(mu_);
Callers
15
GetRemoteAddress
Method · 0.80
DeleteWorkerSessions
Method · 0.80
DoRunCallable
Method · 0.80
Create
Method · 0.80
Extend
Method · 0.80
RunHelper
Method · 0.80
PRunSetup
Method · 0.80
Close
Method · 0.80
ListDevices
Method · 0.80
Reset
Method · 0.80
MakeCallable
Method · 0.80
RunCallable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected