C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

References | Namespaces | Classes | Enumerations
Smooth Rectifier Linear Unit(SmoothReLU)

Contains classes for computing smooth rectified linear unit. More...

References

 Batch
 

Namespaces

 daal::algorithms::math::smoothrelu
 Contains classes for computing smooth rectified linear unit.
 
 daal::algorithms::math::smoothrelu::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Input parameters for the SmoothReLU algorithm More...
 
class  Result
 Results obtained with the compute() method of the SmoothReLU algorithm in the batch processing mode. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  InputId { data }
 
enum  ResultId { value }
 

Enumeration Type Documentation

enum InputId

Available identifiers of input objects for the SmoothReLU algorithm

Enumerator
data 

Input data table

enum Method

Available methods for computing math functions

Enumerator
defaultDense 

Default: performance-oriented method.

enum ResultId

Available identifiers of results for the SmoothReLU algorithm

Enumerator
value 

Table to store the result. Contains the lower triangle matrix L of the

For more complete information about compiler optimizations, see our Optimization Notice.