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