Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 683 Bytes

DataLayer.md

File metadata and controls

33 lines (20 loc) · 683 Bytes

CDataLayer Class

This class implements a layer that serves to input a blob of fixed 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().