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

Classes
Numeric Tensors

Contains classes for a data management component responsible for representation of data in the n-dimensions numeric format. More...

Classes

class  HomogenTensor< DataType >
 Class that provides methods to access data stored as a contiguous array of homogeneous data in rows-major format. More...
 
class  SubtensorDescriptor< DataType >
 Class with descriptor of the subtensor retrieved from Tensor getSubTensor function. More...
 
class  TensorIface
 Abstract interface class for a data management component responsible for representation of data in the numeric format. This class declares the most general methods for data access. More...
 
class  TensorLayoutIface
 Abstract interface class for a data management component responsible for representation of data layout in the tensor. This class declares the most general methods for data access. More...
 
class  TensorLayout
 Class for a data management component responsible for representation of data layout in the tensor. This class implements the most general methods for data layout. More...
 
class  TensorOffsetLayout
 Class for a data management component responsible for representation of data layout in the HomogenTensor. More...
 
class  DenseTensorIface
 Abstract interface class for a data management component responsible for accessing data in the numeric format. This class declares specific methods to access Tensor data in a dense homogeneous form. More...
 
class  Tensor
 Class for a data management component responsible for representation of data in the n-dimensions numeric format. This class implements the most general methods for data access. More...
 

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