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

Class TRequiredTransferCmp

library/cpp/par/par_context.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 int DstComp, SrcCount;
44 };
45 struct TRequiredTransferCmp {
46 bool operator()(const TRequiredTransfer& a, const TRequiredTransfer& b) const {
47 return a.SrcCount < b.SrcCount;
48 }
49 };
50 void TContextDistributor::DoSend() {
51 CHROMIUM_TRACE_FUNCTION();
52

Callers 1

DoSendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected