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

Public Member Functions | List of all members
Input Class Reference

Base class to represent computation input arguments. More...

Public Member Functions

def __init__
 
def check
 
- Public Member Functions inherited from Argument
def __init__
 
def __lshift__
 
def size
 

Detailed Description

Algorithm-specific input arguments are represented as derivative classes of the Input class.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Default constructor. Constructs empty input arguments

Variant 2

Constructs input arguments with n elements

Parameters
nNumber of elements in the input argument

Member Function Documentation

def check (   self,
  parameter,
  method 
)

Checks the correctness of the input arguments

Parameters
parameterPointer to the parameters of the algorithm
methodComputation method

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

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