Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ Bitmap
Class
Bitmap
src/util/bitmap.h:6–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
namespace PS {
6
class Bitmap;
7
typedef std::shared_ptr<Bitmap> BitmapPtr;
8
9
#define BITCOUNT_(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected