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

Function ReadZeroCopyModel

catboost/libs/model/model.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88TFullModel ReadZeroCopyModel(const void* binaryBuffer, size_t binaryBufferSize) {
89 TFullModel model;
90 model.InitNonOwning(binaryBuffer, binaryBufferSize);
91 return model;
92}
93
94TString SerializeModel(const TFullModel& model) {
95 TStringStream ss;

Callers 1

LoadFullModelZeroCopyFunction · 0.85

Calls 1

InitNonOwningMethod · 0.80

Tested by

no test coverage detected