Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 819 Bytes

SinkLayer.md

File metadata and controls

38 lines (23 loc) · 819 Bytes

CSinkLayer Class

This class implements a sink layer that serves to pass a blob of data out of the neural network.

Settings

There are no settings for this layer.

Trainable parameters

There are no trainable parameters for this layer.

Inputs

The single input accepts a blob of arbitrary size, containing any kind of data.

Outputs

The layer has no outputs.

Retrieving the data blob

To retrieve the blob with the result of the last neural network run, use the GetBlob() method.

const CPtr<CDnnBlob>& GetBlob() const;