C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Input Class Reference

Base class to represent computation input arguments. Algorithm-specific input arguments are represented as derivative classes of the Input class. More...

Additional Inherited Members

- Static Protected Member Functions inherited from Argument
static
data_management::DataCollectionPtr & 
getStorage (Argument &a)
 
static const
data_management::DataCollectionPtr & 
getStorage (const Argument &a)
 

Class Declaration

Constructor & Destructor Documentation

Input ( )
inline

Default constructor. Constructs empty input arguments

Input ( const size_t  n)
inline

Constructs input arguments with n elements

Parameters
[in]nNumber of elements in the input argument
Input ( const Input other)
inlineprotected

Copy constructor

Parameters
[in]otherInstance of the same class to copy

Member Function Documentation

virtual services::Status check ( const Parameter parameter,
int  method 
) const
inlinevirtual

Checks the correctness of the input arguments

Parameters
[in]parameterPointer to the parameters of the algorithm
[in]methodComputation method

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

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