This class implements a layer that converts a bitset into vectors of ones and zeros.
void SetBitSetSize( int bitSetSize );The layer has no trainable parameters.
The single input accepts a blob with int data, of the dimensions:
BatchLength * BatchWidth * ListSize * Height * Width * Depthis the number of bitsetsChannelscontains the bitset itself
The single output contains a blob of the dimensions:
Channelsis equal toGetBitSetSize()- the other dimensions are equal to the input dimensions