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

Function with_lock

catboost/libs/model/model.cpp:1294–1296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292 ModelTrees->GetCatFeatures());
1293 }
1294 with_lock(CurrentEvaluatorLock) {
1295 Evaluator.Reset();
1296 }
1297}
1298
1299TVector<TString> GetModelUsedFeaturesNames(const TFullModel& model) {

Callers 1

with_lockMethod · 0.70

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected