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

Function Load

util/ysaveload.h:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256
257template <class T>
258static inline void Load(IInputStream* in, T& t) {
259 TSerializer<T>::Load(in, t);
260}
261
262template <class T>
263static inline void LoadArray(IInputStream* in, T* t, size_t len) {

Callers 15

TestNewNewStyleMethod · 0.70
TestSaveLoadMethod · 0.70
TestListMethod · 0.70
TestTupleMethod · 0.70
TestVariantImplMethod · 0.70
TestVariantMethod · 0.70
TestOptionalImplMethod · 0.70
TestInheritClassImplMethod · 0.70
LoadIterRangeFunction · 0.70
LoadRangeFunction · 0.70
LoadSizeFunction · 0.70

Calls

no outgoing calls

Tested by 9

TestNewNewStyleMethod · 0.56
TestSaveLoadMethod · 0.56
TestListMethod · 0.56
TestTupleMethod · 0.56
TestVariantImplMethod · 0.56
TestVariantMethod · 0.56
TestOptionalImplMethod · 0.56
TestInheritClassImplMethod · 0.56