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

Method Load

util/ysaveload.h:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 static inline void Load(IInputStream* rh, It b, It e) {
199 LoadArray(rh, b, e - b);
200 }
201
202 template <class TStorage>
203 static inline void Load(IInputStream* rh, It b, It e, TStorage& pool) {

Callers 3

LoadPodTypeFunction · 0.45
LoadPodArrayFunction · 0.45
LoadMethod · 0.45

Calls 1

LoadArrayFunction · 0.85

Tested by

no test coverage detected