Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members
Batch Class Reference

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

Class Constructor

Batch ( DaalContext  context,
Batch  other 
)

Constructs the softmax function by copying input objects of another softmax function

Parameters
contextContext to manage the softmax 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 softmax function

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

Detailed Description

References

Member Function Documentation

Batch clone ( DaalContext  context)

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

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

Computes the softmax function

Returns
The softmax function results
void setResult ( Result  result)

Registers user-allocated memory to store the result of the softmax function

Parameters
resultStructure to store the result of the softmax 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.