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

Function GetModelFormatDescriptor

catboost/libs/model/model.cpp:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49static ui32 GetModelFormatDescriptor() {
50 return *reinterpret_cast<const ui32*>(MODEL_FILE_DESCRIPTOR_CHARS);
51}
52
53static const char* CURRENT_CORE_FORMAT_STRING = "FlabuffersModel_v1";
54

Callers 3

SaveMethod · 0.70
LoadMethod · 0.70
InitNonOwningMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected