MCPcopy 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

TESTFunction · 0.80
updateWeightMethod · 0.80
computeGradientMethod · 0.80
updateDualMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64