Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Identifiers of input objects for the backward dropout layer and results for the forward dropout layer. More...
DropoutLayerDataId | ( | int | value | ) |
Constructs the input object identifier using the provided value
value | Value corresponding to the input object identifier |
Static Public Attributes | |
static final DropoutLayerDataId | auxRetainMask = new DropoutLayerDataId(auxRetainMaskId) |
int getValue | ( | ) |
Returns the value corresponding to the input object identifier
|
static |
Tensor filled with Bernoulli random variates (0 in positions that are dropped, 1 - in the others) divided by probability that any particular element is retained.
For more complete information about compiler optimizations, see our Optimization Notice.