Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Size
Method
Size
library/cpp/text_processing/dictionary/bpe_dictionary.cpp:152–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
ui32 TBpeDictionary::Size() const {
153
return Alphabet->Size() + BpeUnits.size();
154
}
155
156
TString TBpeDictionary::GetToken(TTokenId tokenId) const {
157
TTokenId minId = GetMinTokenIdForUnits();
Callers
5
AddImpl
Function · 0.45
AddImpl
Method · 0.45
GetApplyToAllDictsFunc
Function · 0.45
GetApplyToAllBpeDictsFunc
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected