Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ApplyDictionaryToFile
Method · 0.45
ApplyImpl
Function · 0.45
Size
Method · 0.45
GetMinUnusedTokenId
Method · 0.45
TMMapBpeDictionary
Method · 0.45
Save
Method · 0.45
Apply
Method · 0.45
ApplyImpl
Method · 0.45
Save
Method · 0.45
Size
Method · 0.45
GetCount
Method · 0.45
GetTopTokens
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected