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

Class TCoverInterval

library/cpp/netliba/v6/ib_collective.cpp:163–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 struct TCoverInterval {
164 int Beg, Fin; // [Beg;Fin)
165
166 TCoverInterval()
167 : Beg(0)
168 , Fin(0)
169 {
170 }
171 TCoverInterval(int b, int f)
172 : Beg(b)
173 , Fin(f)
174 {
175 }
176 };
177
178 enum EAllToAllMode {
179 AA_POW2,

Callers 1

CreateGroupMergeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected