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

List of all members
Batch Class Referenceabstract

Interface for computing the Sum of functions in the batch processing mode. More...

Class Declaration

Deprecated:
This item will be removed in a future release.
Enumerations
References

Constructor & Destructor Documentation

Batch ( size_t  numberOfTerms,
InputType sumOfFunctionsInput,
ParameterType sumOfFunctionsParameter 
)
inline

Main constructor

Batch ( const Batch other)
inline

Constructs the Sum of functions by copying input objects and parameters of another the Sum of functions

Parameters
[in]otherAn algorithm to be used as the source to initialize the input objects and parameters of the algorithm

Member Function Documentation

services::SharedPtr<Batch> clone ( ) const
inline

Returns a pointer to the newly allocated Sum of functions with a copy of input objects of this Sum of functions

Returns
Pointer to the newly allocated algorithm

Member Data Documentation

InputType* sumOfFunctionsInput

Pointer to the input to use one object in inherited class

ParameterType* sumOfFunctionsParameter

Pointer to the parameter to use one object in inherited class


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

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