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

Method CreateEnvironment

library/cpp/par/par_master.cpp:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 IEnvironment* TMaster::CreateEnvironment(int envId, const TVector<int>& hostIds) {
238 return new TEnvironment(QueryProc.Get(), ContextMaster.Get(), envId, 0, hostIds);
239 }
240
241 TVector<int> TMaster::MakeHostIdMapping(int groupCount) {
242 int hostCount = GetSlaveCount();

Callers 1

TMasterContextMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected