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

Method Load

util/ysaveload.h:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 }
396
397 static inline void Load(IInputStream* rh, TArray& a) {
398 ::LoadArray(rh, a.data(), a.size());
399 }
400};
401
402template <class T, size_t N>

Callers

nothing calls this directly

Calls 3

LoadArrayFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected