Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/embedx
/ clear
Method
clear
src/sampler/sampling/word2vec_sampling.cc:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void clear() noexcept {
89
table_size_ = 0;
90
sample_tables_.clear();
91
}
92
93
int_t Next() const noexcept {
94
auto k = (int_t)(ThreadLocalRandom() * table_size_);
Callers
15
Traverse
Method · 0.45
MetaPathTraverse
Method · 0.45
DoSampling
Method · 0.45
Clear
Method · 0.45
DrawKHypothesis
Function · 0.45
CountNodes
Function · 0.45
Clear
Method · 0.45
Init
Method · 0.45
Clear
Method · 0.45
DoSampling
Method · 0.45
Sample
Method · 0.45
NormalizeProbs
Function · 0.45
Calls
no outgoing calls
Tested by
1
DoSampling
Method · 0.36