This class implements a sink layer that serves to pass a blob of data out of the neural network.
There are no settings for this layer.
There are no trainable parameters for this layer.
The single input accepts a blob of arbitrary size, containing any kind of data.
The layer has no outputs.
To retrieve the blob with the result of the last neural network run, use the GetBlob()
method.
const CPtr<CDnnBlob>& GetBlob() const;