Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
namespace tensorflow {
19
20
Coordinator::Coordinator() : Coordinator(std::vector<error::Code>()) {}
21
22
Coordinator::Coordinator(const std::vector<error::Code>& clean_stop_errors)
23
: should_stop_(false) {
Callers
15
eval_once
Function · 0.80
testMultiThreadedEstimateDataDistribution
Method · 0.80
testCanBeCalledMultipleTimes
Method · 0.80
testRejectionBatchingBehavior
Method · 0.80
testRejectionDataListInput
Method · 0.80
normalBehaviorHelper
Method · 0.80
testNormalBehavior
Method · 0.80
testArrayFeeding
Method · 0.80
testArrayFeedingMultiThread
Method · 0.80
testPandasFeeding
Method · 0.80
testPandasFeedingMultiThread
Method · 0.80
_testBasics
Method · 0.80
Calls
2
empty
Method · 0.45
insert
Method · 0.45
Tested by
15
testMultiThreadedEstimateDataDistribution
Method · 0.64
testCanBeCalledMultipleTimes
Method · 0.64
testRejectionBatchingBehavior
Method · 0.64
testRejectionDataListInput
Method · 0.64
normalBehaviorHelper
Method · 0.64
testNormalBehavior
Method · 0.64
testArrayFeeding
Method · 0.64
testArrayFeedingMultiThread
Method · 0.64
testPandasFeeding
Method · 0.64
testPandasFeedingMultiThread
Method · 0.64
_testBasics
Method · 0.64
testNotAMultiple
Method · 0.64