MCPcopy 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
72bool Coordinator::ShouldStop() {
73 mutex_lock l(mu_);
74 return should_stop_;
75}
76
77Status Coordinator::Join() {
78 // TODO(yuefengz): deal with stragglers.

Callers 5

_train_internalFunction · 0.45
RunMethod · 0.45
TESTFunction · 0.45
CountThreadMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
CountThreadMethod · 0.36