Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

Static Public Attributes | List of all members
BackwardResultId Class Reference

Available identifiers of results for the backward layer. More...

Class Constructor

◆ BackwardResultId()

BackwardResultId ( int  value)

Constructs the result object identifier using the provided value

Parameters
valueValue 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)
 

Detailed Description

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the value corresponding to the result object identifier

Returns
Value corresponding to the result object identifier

Member Data Documentation

◆ biasDerivatives

final BackwardResultId biasDerivatives = new BackwardResultId(biasDerivativesId)
static

Gradient with respect to the bias

◆ gradient

final BackwardResultId gradient = new BackwardResultId(gradientId)
static

Gradient with respect to the outputs

◆ weightDerivatives

final BackwardResultId weightDerivatives = new BackwardResultId(weightDerivativesId)
static

Gradient with respect to the weight


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.