Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
AlgorithmContainerImpl Class Reference

Abstract interface class that provides virtual methods to access and run implementations of the algorithms in batch mode. More...

Public Member Functions

def setArguments
 
def getResult
 
def setupCompute
 
def resetCompute
 
- Public Member Functions inherited from AlgorithmContainer
def compute
 
def setupCompute
 
def resetCompute
 
- Public Member Functions inherited from AlgorithmContainerIfaceImpl
def __init__
 
def setEnvironment
 

Detailed Description

It is associated with the Algorithm<batch> class and supports the methods for computation of the algorithm results. The methods of the container are defined in derivative containers defined for each algorithm.

Aliases

Member Function Documentation

def getResult (   self)

Retrieves final results of the algorithm

Returns
Pointer to the final results of the algorithm
def resetCompute (   self)

resetCompute(AlgorithmContainerImpl self) -> Status

def setArguments (   self,
  arg2,
  res,
  par 
)

Sets arguments of the algorithm

Parameters
inPointer to the input arguments of the algorithm
resPointer to the final results of the algorithm
parPointer to the parameters of the algorithm
def setupCompute (   self)

setupCompute(AlgorithmContainerImpl self) -> Status


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

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