C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides implementations of the compute and checkComputeParams methods of the Algorithm<batch> class. More...
|
inline |
Deafult constructor
|
inlinevirtual |
Validates parameters of the compute method
Implements Algorithm< batch >.
|
inlinevirtual |
Validates result parameters of the compute method
Implements AlgorithmIface.
|
inline |
Computes final results of the algorithm in the batch mode.
services::Status computeNoThrow | ( | ) |
Computes final results of the algorithm in the batch mode without possibility of throwing an exception.
services::HostAppIfacePtr hostApp | ( | ) |
Returns HostAppIface used by the class
void setHostApp | ( | const services::HostAppIfacePtr & | pHost | ) |
Sets HostAppIface to be used by the class
pHost | to be used by the class |
For more complete information about compiler optimizations, see our Optimization Notice.