MCPcopy 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
5namespace PS {
6class Bitmap;
7typedef 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