Contains classes for the backward stage of the neural network layer.
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
◆ InputId
Available identifiers of input objects for the layer algorithm
Enumerator |
---|
inputGradient | Gradient of the preceding layer
|
◆ InputLayerDataId
Available identifiers of input objects for the layer algorithm
Enumerator |
---|
inputFromForward | Input structure retrieved from the result of the forward layer
|
◆ ResultId
Available identifiers of results for the layer algorithm
Enumerator |
---|
gradient | Gradient with respect to the outputs
|
weightDerivatives | Gradient with respect to the weight
|
biasDerivatives | Gradient with respect to the bias
|
◆ ResultLayerDataId
Available identifiers of result objects for the layer algorithm