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

Public Member Functions | Static Public Attributes | List of all members
Batch Class Reference

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

Public Member Functions

def clone
 
def compute
 
- Public Member Functions inherited from Batch
def getResult
 
def setResult
 
def clone
 
def compute
 
- Public Member Functions inherited from AlgorithmImpl
def computeNoThrow
 
def compute
 
def checkComputeParams
 
def checkResult
 
def setupCompute
 
def resetCompute
 
def enableResetOnCompute
 
def hostApp
 
def setHostApp
 
- Public Member Functions inherited from Algorithm
def checkComputeParams
 
def getBaseParameter
 
- Public Member Functions inherited from AlgorithmIfaceImpl
def enableChecks
 
def isChecksEnabled
 
- Public Member Functions inherited from AlgorithmIface
def checkComputeParams
 
def checkResult
 
def getMethod
 

Static Public Attributes

 sumOfFunctionsParameter = ...
 
 sumOfFunctionsInput = ...
 

Detailed Description

Enumerations
  • InputId Identifiers of input objects for the Sum of functions
  • objective_function.ResultId Result identifiers for the Sum of functions
References

Member Function Documentation

def clone (   self)

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
def compute (   self)

Invokes computations

Member Data Documentation

sumOfFunctionsInput = ...
static

Pointer to the input to use one object in inherited class

sumOfFunctionsParameter = ...
static

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.