Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ShouldStop
Method
ShouldStop
tensorflow/cc/training/coordinator.cc:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool Coordinator::ShouldStop() {
73
mutex_lock l(mu_);
74
return should_stop_;
75
}
76
77
Status Coordinator::Join() {
78
// TODO(yuefengz): deal with stragglers.
Callers
5
_train_internal
Function · 0.45
Run
Method · 0.45
TEST
Function · 0.45
CountThread
Method · 0.45
Run
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
CountThread
Method · 0.36