Base class for layer links that hold the input and output DataBlock of a layer.
DataLink
01 Syntax
Microsoft.VisualBasic.MachineLearning.CNN.DataLink
02 Fields
| Name | Overloads | Summary |
|---|---|---|
| in_act | 1 | The input and output activations of the layer. |
03 Members
in_act
The input and output activations of the layer.
Remarks
These data objects link the current layer to the next layer and therefore do not need to be persisted into the model file.