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

List of all members

Computes the rectified linear function in the batch processing mode. More...

Class Constructor

◆ Batch() [1/2]

Batch ( DaalContext  context,
Batch  other 
)

Constructs the rectified linear function by copying input objects of another rectified linear function

Parameters
contextContext to manage the rectified linear function
otherAn function to be used as the source to initialize the input objects of the function

◆ Batch() [2/2]

Batch ( DaalContext  context,
Class<? extends Number >  cls,
Method  method 
)

Constructs the rectified linear function

Parameters
contextContext to manage the rectified linear function
clsData type to use in intermediate computations for the rectified linear function, Double.class or Float.class
methodThe rectified linear function computation method, Method

Detailed Description

References

Member Function Documentation

◆ clone()

Batch clone ( DaalContext  context)

Returns the newly allocated rectified linear function with a copy of input objects of this rectified linear function

Parameters
contextContext to manage the rectified linear function
Returns
The newly allocated function

◆ compute()

Result compute ( )

Computes the rectified linear function

Returns
The rectified linear function results

◆ setResult()

void setResult ( Result  result)

Registers user-allocated memory to store results of the rectified linear function

Parameters
resultStructure to store results of the rectified linear function

Member Data Documentation

◆ input

Input input

Input data

◆ method

Method method

Computation method for the function


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

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