Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1299
TVector<TString> GetModelUsedFeaturesNames(const TFullModel& model) {
Callers
1
with_lock
Method · 0.70
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected