Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for the dropout layer in the batch processing mode. More...
DropoutBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
DropoutMethod | method | ||
) |
Constructs the dropout layer
context | Context to manage the dropout layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, DropoutMethod |
DropoutMethod method |
Computation method for the layer
DropoutParameter parameter |
Dropout layer parameters
|
protected |
Data type to use in intermediate computations for the layer
For more complete information about compiler optimizations, see our Optimization Notice.