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

Method Load

util/ysaveload.h:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 static inline void Load(IInputStream* in, T& t) {
119 ::LoadPodType(in, t);
120 }
121
122 template <class TStorage>
123 static inline void Load(IInputStream* in, T& t, TStorage& /*pool*/) {

Callers

nothing calls this directly

Calls 1

LoadPodTypeFunction · 0.85

Tested by

no test coverage detected