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