Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Available identifiers of results for the backward layer. More...
BackwardResultId | ( | int | value | ) |
Constructs the result object identifier using the provided value
value | Value corresponding to the result object identifier |
Static Public Attributes | |
static final BackwardResultId | gradient = new BackwardResultId(gradientId) |
static final BackwardResultId | weightDerivatives = new BackwardResultId(weightDerivativesId) |
static final BackwardResultId | biasDerivatives = new BackwardResultId(biasDerivativesId) |
int getValue | ( | ) |
Returns the value corresponding to the result object identifier
|
static |
Gradient with respect to the bias
|
static |
Gradient with respect to the outputs
|
static |
Gradient with respect to the weight
For more complete information about compiler optimizations, see our Optimization Notice.