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

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

Parameter for the Sum of functions More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from Parameter
def __init__
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 numberOfTerms = ...
 

Detailed Description

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

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1

Constructs the parameter of Sum of functions

Parameters
numberOfTermsThe number of terms in the function
batchIndicesNumeric table of size 1 x m where m is batch size that represent a batch of indices used to compute the function results, e.g., value of the sum of the functions. If no indices are provided, all terms will be used in the computations.
resultsToCompute64 bit integer flag that indicates the results to compute

Variant 2

Constructs an Parameter by copying input objects and parameters of another Parameter

Parameters
otherAn object to be used as the source to initialize object

Member Function Documentation

def check (   self)

Checks the correctness of the parameter

Returns
Status of computations

Member Data Documentation

numberOfTerms = ...
static

The number of terms in the function


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

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