Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Computes SmoothReLU function in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the SmoothReLU algorithm by copying input objects of another SmoothReLU algorithm

Parameters
contextContext to manage the SmoothReLU algorithm
otherAn algorithm to be used as the source to initialize the input objects of the algorithm
Batch ( DaalContext  context,
Class<?extends Number >  cls,
Method  method 
)

Constructs the SmoothReLU algorithm

Parameters
contextContext to manage the SmoothReLU algorithm
clsData type to use in intermediate computations for SmoothReLU algorithm, Double.class or Float.class
methodSmoothReLU algorithm computation method, Method

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated SmoothReLU algorithm with a copy of input objects of this SmoothReLU algorithm

Parameters
contextContext to manage the SmoothReLU algorithm
Returns
The newly allocated algorithm
Result compute ( )

Computes SmoothReLU function

Returns
SmoothReLU algorithm results
void setResult ( Result  result)

Registers user-allocated memory to store results of SmoothReLU algorithm

Parameters
resultStructure to store results of SmoothReLU algorithm

Member Data Documentation

Input input

Input data

Method method

Computation method for the algorithm


The documentation for this class was generated from the following file:

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