MCPcopy 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
50void CallOptions::SetTimeout(int64 ms) {
51 mutex_lock l(mu_);
52 timeout_in_ms_ = ms;
53}
54
55bool CallOptions::UseWaitForReady() {
56 mutex_lock l(mu_);

Callers 15

GetRemoteAddressMethod · 0.80
DeleteWorkerSessionsMethod · 0.80
DoRunCallableMethod · 0.80
CreateMethod · 0.80
ExtendMethod · 0.80
RunHelperMethod · 0.80
PRunSetupMethod · 0.80
CloseMethod · 0.80
ListDevicesMethod · 0.80
ResetMethod · 0.80
MakeCallableMethod · 0.80
RunCallableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected