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