MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Coordinator

Method Coordinator

tensorflow/cc/training/coordinator.cc:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace tensorflow {
19
20Coordinator::Coordinator() : Coordinator(std::vector<error::Code>()) {}
21
22Coordinator::Coordinator(const std::vector<error::Code>& clean_stop_errors)
23 : should_stop_(false) {

Callers 15

eval_onceFunction · 0.80
normalBehaviorHelperMethod · 0.80
testNormalBehaviorMethod · 0.80
testArrayFeedingMethod · 0.80
testPandasFeedingMethod · 0.80
_testBasicsMethod · 0.80

Calls 2

emptyMethod · 0.45
insertMethod · 0.45