Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ resize
Method
resize
library/cpp/token/token_structure.h:169–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
167
return Tokens.size();
168
}
169
void resize(size_t newsize) {
170
Tokens.resize(Min(newsize, MAX_SUBTOKENS));
171
}
172
size_t capacity() const {
173
return MAX_SUBTOKENS;
174
}
Callers
15
Encode
Method · 0.45
Decode
Method · 0.45
SessionLevelTest
Function · 0.45
Init
Method · 0.45
SetPacketCount
Method · 0.45
Init
Method · 0.45
Init
Method · 0.45
CreateGroupMerge
Function · 0.45
CreateAllGather
Method · 0.45
RdmaWrite
Method · 0.45
TIBCollective
Method · 0.45
ReadArr
Function · 0.45
Calls
1
Min
Function · 0.50
Tested by
3
SessionLevelTest
Function · 0.36
SessionLevelTest
Function · 0.36
TestPacker
Function · 0.36