Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods for the hyperbolic tangent (tanh) layer in the batch processing mode. More...
TanhBatch | ( | DaalContext | context, |
Class<? extends Number > | cls, | ||
TanhMethod | method | ||
) |
Constructs the tanh layer
context | Context to manage the tanh layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, TanhMethod |
TanhMethod 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.