Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 688 Bytes

SourceLayer.md

File metadata and controls

33 lines (20 loc) · 688 Bytes

CSourceLayer Class

This class implements a layer that serves to input a blob of user data into the neural network.

Settings

void SetBlob( CDnnBlob* blob );

Sets the blob with source data. It may be of arbitrary size and contain any kind of data.

Trainable parameters

There are no trainable parameters for this layer.

Inputs

The layer has no inputs.

Outputs

The single output contains the data blob that was passed into the last call of SetBlob().