Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Empty
Method
Empty
library/cpp/text_processing/dictionary/bpe_helpers.h:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
bool Empty() const {
54
return TokenIds.empty();
55
}
56
57
int Size() const {
58
return TokenIds.size();
Callers
1
AddImpl
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected