MCPcopy 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
45int64 CallOptions::GetTimeout() {
46 mutex_lock l(mu_);
47 return timeout_in_ms_;
48}
49
50void CallOptions::SetTimeout(int64 ms) {
51 mutex_lock l(mu_);

Callers 4

ProcessCallOptionsMethod · 0.80
GetRemoteAddressMethod · 0.80
WaitForNotificationFunction · 0.80
CallWithRetryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected