Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Available identifiers of input objects for the forward layer. More...
ForwardInputId | ( | int | value | ) |
Constructs the input object identifier using the provided value
value | Value corresponding to the input object identifier |
Static Public Attributes | |
static final ForwardInputId | data = new ForwardInputId(dataId) |
static final ForwardInputId | weights = new ForwardInputId(weightsId) |
static final ForwardInputId | biases = new ForwardInputId(biasesId) |
int getValue | ( | ) |
Returns the value corresponding to the input object identifier
|
static |
Biases of the neural network layer
|
static |
Input data
|
static |
Weights of the neural network layer
For more complete information about compiler optimizations, see our Optimization Notice.