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

Method Load

catboost/private/libs/text_processing/tokenizer.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void NCB::TTokenizer::Load(IInputStream *stream) {
38 ReadMagic(TokenizerMagic.data(), MagicSize, Alignment, stream);
39 Guid.Load(stream);
40 TokenizerImpl.Load(stream);
41}
42
43NCB::TTokenizerPtr NCB::CreateTokenizer(const NTextProcessing::NTokenizer::TTokenizerOptions& options) {
44 return new TTokenizer(options);

Callers

nothing calls this directly

Calls 2

ReadMagicFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected