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

Function RemoteMapReduce

library/cpp/par/par_util.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161 }
162
163 void RemoteMapReduce(TJobDescription* job, IDistrCmd* finalMap) {
164 CHROMIUM_TRACE_FUNCTION();
165 RemoteMapReduceImpl(job, finalMap, RR_MAPREDUCE);
166 job->MergeResults();
167 }
168
169 //////////////////////////////////////////////////////////////////////////
170 struct TExecRange {

Callers

nothing calls this directly

Calls 2

RemoteMapReduceImplFunction · 0.85
MergeResultsMethod · 0.80

Tested by

no test coverage detected