Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
template <class T>
258
static inline void Load(IInputStream* in, T& t) {
259
TSerializer<T>::Load(in, t);
260
}
261
262
template <class T>
263
static inline void LoadArray(IInputStream* in, T* t, size_t len) {
Callers
15
TestNewNewStyle
Method · 0.70
TestSaveLoad
Method · 0.70
TestSaveLoadEmptyStruct
Method · 0.70
TestList
Method · 0.70
TestTuple
Method · 0.70
TestVariantImpl
Method · 0.70
TestVariant
Method · 0.70
TestOptionalImpl
Method · 0.70
TestInheritClassImpl
Method · 0.70
LoadIterRange
Function · 0.70
LoadRange
Function · 0.70
LoadSize
Function · 0.70
Calls
no outgoing calls
Tested by
9
TestNewNewStyle
Method · 0.56
TestSaveLoad
Method · 0.56
TestSaveLoadEmptyStruct
Method · 0.56
TestList
Method · 0.56
TestTuple
Method · 0.56
TestVariantImpl
Method · 0.56
TestVariant
Method · 0.56
TestOptionalImpl
Method · 0.56
TestInheritClassImpl
Method · 0.56