Contains classes for neural network fully-connected layer.
|
| backward |
| Contains classes for backward fully-connected layer.
|
|
| forward |
| Contains classes for the forward fully-connected layer.
|
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
Available identifiers of results of the forward fully-connected layer and input objects for the backward fully-connected layer
Enumerator |
---|
auxData |
Data processed at the forward stage of the layer
|
auxWeights |
Weights used at the forward stage of the layer
|
Available methods to compute forward and backward fully-connected layer
Enumerator |
---|
defaultDense |
Default: performance-oriented method.
|