MCPcopy Create free account
hub / github.com/catboost/catboost / Init

Method Init

library/cpp/netliba/v6/ib_collective.cpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 {
93 }
94 void Init(int colSize) {
95 Iterations.resize(0);
96 RankReceiveCount.resize(0);
97 RankReceiveCount.resize(colSize, 0);
98 ColSize = colSize;
99 }
100 void Transfer(int iter, int srcRank, int dstRank, int sl, int rangeBeg, int rangeFin) {
101 while (iter >= Iterations.ysize()) {
102 TMergeIteration& res = Iterations.emplace_back();

Callers 6

TransferMethod · 0.45
CreatePow2MergeFunction · 0.45
CreateGroupMergeFunction · 0.45
StartMethod · 0.45
CreateDataSyncQPsMethod · 0.45
InitPeerTableMethod · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected