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

Method GetHostIdCount

library/cpp/par/par_mr.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 return false;
58 }
59 int GetHostIdCount() override {
60 return AllJobs->HostId2Computer.ysize();
61 }
62 EDataDistrState UpdateDataDistrState(TVector<TVector<int>>* hostId2Computer) override {
63 // this is remote context and it knows nothing about data distribution in progress
64 if (hostId2Computer)

Callers 3

GetHostIdCountMethod · 0.45
UpdateDataDistrStateMethod · 0.45
AsyncStartGroupRequestFunction · 0.45

Calls 1

ysizeMethod · 0.45

Tested by

no test coverage detected