Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ test
Method
test
src/util/bitmap.h:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool test(uint32 i) const {
43
return static_cast<bool>((map_[i>>kBitmapShift] >> (i&kBitmapMask)) & 1);
44
}
45
bool operator[] (uint32 i) const {
46
return test(i);
47
}
Callers
4
TEST
Function · 0.80
updateWeight
Method · 0.80
computeGradient
Method · 0.80
updateDual
Method · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64