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

Method size

library/cpp/token/token_structure.h:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 return Tokens.back();
165 }
166 size_t size() const {
167 return Tokens.size();
168 }
169 void resize(size_t newsize) {
170 Tokens.resize(Min(newsize, MAX_SUBTOKENS));
171 }

Callers 15

ApplyDictionaryToFileMethod · 0.45
ApplyImplFunction · 0.45
SizeMethod · 0.45
GetMinUnusedTokenIdMethod · 0.45
TMMapBpeDictionaryMethod · 0.45
SaveMethod · 0.45
ApplyMethod · 0.45
ApplyImplMethod · 0.45
SaveMethod · 0.45
SizeMethod · 0.45
GetCountMethod · 0.45
GetTopTokensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected