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

List of all members
Batch Class Reference

Computes the hyperbolic tangent function in the batch processing mode. More...

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the hyperbolic tangent function by copying input objects of another hyperbolic tangent function

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

Constructs the hyperbolic tangent function

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

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

Returns the newly allocated hyperbolic tangent function with a copy of input objects of this hyperbolic tangent function

Parameters
contextContext to manage the hyperbolic tangent function
Returns
The newly allocated function
Result compute ( )

Computes The hyperbolic tangent function

Returns
The hyperbolic tangent function result
void setResult ( Result  result)

Registers user-allocated memory to store the result of the hyperbolic tangent function

Parameters
resultStructure to store the result of the hyperbolic tangent function

Member Data Documentation

Input input

Input data

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.