This class implements a layer that serves to input a blob of fixed data into the neural network.
void SetBlob( CDnnBlob* blob );
Sets the blob with source data. It may be of arbitrary size and contain any kind of data.
There are no trainable parameters for this layer.
The layer has no inputs.
The single output contains the data blob that was passed into the last call of SetBlob()
.