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

Function LoadMulti

catboost/libs/helpers/serialization.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 // for symmetry with SaveMulti
35 template <typename TOne>
36 void LoadMulti(IBinSaver* binSaver, TOne* one) {
37 Y_ASSERT(binSaver->IsReading());
38 binSaver->Add(0, one);
39 }
40
41 template <typename THead, typename... TTail>
42 void LoadMulti(IBinSaver* binSaver, THead* head, TTail*... tail) {

Callers 7

AddWithSharedFunction · 0.85
LoadMethod · 0.85
LoadAsCompressedArrayFunction · 0.85
LoadNonBundledColumnDataFunction · 0.85
LoadFeaturesFunction · 0.85
LoadWithCacheFunction · 0.85
LoadMethod · 0.85

Calls 2

IsReadingMethod · 0.80
AddMethod · 0.45

Tested by

no test coverage detected